aboutsummaryrefslogtreecommitdiff
path: root/crypto/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-28 00:04:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-07 18:00:51 +0000
commit858857157290dd35145b14044ae96be9cd8eb0df (patch)
tree1f5775a622b6d68a9e930c4038b5366c26388484 /crypto/include
parentc5e0c5404708939a3bed317366367d9898960598 (diff)
downloadopenssl-858857157290dd35145b14044ae96be9cd8eb0df.zip
openssl-858857157290dd35145b14044ae96be9cd8eb0df.tar.gz
openssl-858857157290dd35145b14044ae96be9cd8eb0df.tar.bz2
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Applications wishing to include their own stacks now just need to include DEFINE_STACK_OF(foo) in a header file. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/ct_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/include/internal/ct_int.h b/crypto/include/internal/ct_int.h
index 2d8e045..31411b6 100644
--- a/crypto/include/internal/ct_int.h
+++ b/crypto/include/internal/ct_int.h
@@ -114,7 +114,7 @@ typedef struct {
log_entry_type_t entry_type;
} SCT;
-DECLARE_STACK_OF(SCT)
+DEFINE_STACK_OF(SCT)
/*
* Allocate new SCT.