diff options
author | jsing <> | 2016-12-27 16:05:57 +0000 |
---|---|---|
committer | jsing <> | 2016-12-27 16:05:57 +0000 |
commit | 9830c0c2f4e3fa77a560c7038e2da35bbc8c1088 (patch) | |
tree | c6edbb73f8629c6b44e6f2cf604afe03976158ae /src/lib/libcrypto/asn1/asn1.h | |
parent | 3f7a745c978bca36a45c8b1fbc81d0ffd0b55eee (diff) | |
download | openbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.tar.gz openbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.tar.bz2 openbsd-9830c0c2f4e3fa77a560c7038e2da35bbc8c1088.zip |
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 '')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 09ba64528f..aaafdcf116 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.37 2016/12/27 15:12:51 jsing Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.38 2016/12/27 16:05:56 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -482,7 +482,6 @@ typedef const ASN1_ITEM ASN1_ITEM_EXP; | |||
482 | ASN1_STRFLGS_DUMP_DER) | 482 | ASN1_STRFLGS_DUMP_DER) |
483 | 483 | ||
484 | DECLARE_STACK_OF(ASN1_INTEGER) | 484 | DECLARE_STACK_OF(ASN1_INTEGER) |
485 | DECLARE_ASN1_SET_OF(ASN1_INTEGER) | ||
486 | 485 | ||
487 | DECLARE_STACK_OF(ASN1_GENERALSTRING) | 486 | DECLARE_STACK_OF(ASN1_GENERALSTRING) |
488 | 487 | ||
@@ -516,7 +515,6 @@ typedef struct asn1_type_st { | |||
516 | } ASN1_TYPE; | 515 | } ASN1_TYPE; |
517 | 516 | ||
518 | DECLARE_STACK_OF(ASN1_TYPE) | 517 | DECLARE_STACK_OF(ASN1_TYPE) |
519 | DECLARE_ASN1_SET_OF(ASN1_TYPE) | ||
520 | 518 | ||
521 | typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY; | 519 | typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY; |
522 | 520 | ||
@@ -762,7 +760,6 @@ ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, | |||
762 | extern const ASN1_ITEM ASN1_OBJECT_it; | 760 | extern const ASN1_ITEM ASN1_OBJECT_it; |
763 | 761 | ||
764 | DECLARE_STACK_OF(ASN1_OBJECT) | 762 | DECLARE_STACK_OF(ASN1_OBJECT) |
765 | DECLARE_ASN1_SET_OF(ASN1_OBJECT) | ||
766 | 763 | ||
767 | ASN1_STRING *ASN1_STRING_new(void); | 764 | ASN1_STRING *ASN1_STRING_new(void); |
768 | void ASN1_STRING_free(ASN1_STRING *a); | 765 | void ASN1_STRING_free(ASN1_STRING *a); |