Add NO_ASN1_OLD to remove some old style functions:
[openssl.git] / crypto / asn1 / a_set.c
index caf5a1419c98cbe201acbacfc8e24b99ecd58eab..19bb60fca801fbc44267a31a7dee2cbd971ce325 100644 (file)
@@ -60,6 +60,8 @@
 #include "cryptlib.h"
 #include <openssl/asn1_mac.h>
 
+#ifndef NO_ASN1_OLD
+
 typedef struct
     {
     unsigned char *pbData;
@@ -215,3 +217,4 @@ err:
        return(NULL);
        }
 
+#endif