]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/asn1.h
Remove /* foo.c */ comments
[thirdparty/openssl.git] / include / openssl / asn1.h
index e80b376e0169fe562f1181a612b9dd401784781b..63253d4e6cbbbd24a7021085982cc371b1f3c1fa 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -61,6 +60,7 @@
 
 # include <time.h>
 # include <openssl/e_os2.h>
+# include <openssl/opensslconf.h>
 # include <openssl/bio.h>
 # include <openssl/stack.h>
 # include <openssl/safestack.h>
@@ -68,7 +68,7 @@
 # include <openssl/symhacks.h>
 
 # include <openssl/ossl_typ.h>
-# ifdef OPENSSL_USE_DEPRECATED
+# if OPENSSL_API_COMPAT < 0x10100000L
 #  include <openssl/bn.h>
 # endif