summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/a_set.c')
-rw-r--r--src/lib/libcrypto/asn1/a_set.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/asn1/a_set.c b/src/lib/libcrypto/asn1/a_set.c
index caf5a1419c..19bb60fca8 100644
--- a/src/lib/libcrypto/asn1/a_set.c
+++ b/src/lib/libcrypto/asn1/a_set.c
@@ -60,6 +60,8 @@
60#include "cryptlib.h" 60#include "cryptlib.h"
61#include <openssl/asn1_mac.h> 61#include <openssl/asn1_mac.h>
62 62
63#ifndef NO_ASN1_OLD
64
63typedef struct 65typedef struct
64 { 66 {
65 unsigned char *pbData; 67 unsigned char *pbData;
@@ -215,3 +217,4 @@ err:
215 return(NULL); 217 return(NULL);
216 } 218 }
217 219
220#endif