diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-12-27 16:05:58 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-12-27 16:05:58 +0000 |
commit | e4c5ce047b35bb87584d31f4201562baae79fbfc (patch) | |
tree | 984738be9d01886dee2155747120fa460482ce14 /lib/libcrypto/pkcs12 | |
parent | a83b5aab17c6dd388016013ba626c3187548fda6 (diff) |
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
nothing but markers for utils/mkstack.pl... and we removed the code that
generated more macros from these markers in 2014.
Diffstat (limited to 'lib/libcrypto/pkcs12')
-rw-r--r-- | lib/libcrypto/pkcs12/pkcs12.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/pkcs12/pkcs12.h b/lib/libcrypto/pkcs12/pkcs12.h index 2d7cf248495..c09508efd28 100644 --- a/lib/libcrypto/pkcs12/pkcs12.h +++ b/lib/libcrypto/pkcs12/pkcs12.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs12.h,v 1.15 2016/12/27 15:31:16 jsing Exp $ */ +/* $OpenBSD: pkcs12.h,v 1.16 2016/12/27 16:05:57 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -121,7 +121,6 @@ typedef struct { } PKCS12_SAFEBAG; DECLARE_STACK_OF(PKCS12_SAFEBAG) -DECLARE_ASN1_SET_OF(PKCS12_SAFEBAG) DECLARE_PKCS12_STACK_OF(PKCS12_SAFEBAG) typedef struct pkcs12_bag_st { |