Add support for shared libraries with OS/2.
[oweals/openssl.git] / crypto / asn1 / a_i2d_fp.c
index 7de7b45e706d4dc11584112d129f4f26c9d6676a..f4f1b73ebe880de661f57b47e85f45a7f0b7e053 100644 (file)
@@ -63,7 +63,7 @@
 
 #ifndef NO_OLD_ASN1
 
-#ifndef NO_FP_API
+#ifndef OPENSSL_NO_FP_API
 int ASN1_i2d_fp(int (*i2d)(), FILE *out, unsigned char *x)
         {
         BIO *b;
@@ -116,7 +116,7 @@ int ASN1_i2d_bio(int (*i2d)(), BIO *out, unsigned char *x)
 
 #endif
 
-#ifndef NO_FP_API
+#ifndef OPENSSL_NO_FP_API
 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
         {
         BIO *b;