BN_FLG_FREE is of extremely dubious usefulness, and is only referred to
[openssl.git] / crypto / bn / bn.h
index 5346a353ab9cd7dc4a8607f7e92c622b9aee79f6..f58d5f55a07bd58420ce6d63bf5254b317e4f6c3 100644 (file)
@@ -254,7 +254,9 @@ extern "C" {
 
 #define BN_FLG_MALLOCED                0x01
 #define BN_FLG_STATIC_DATA     0x02
+#ifndef OPENSSL_NO_DEPRECATED
 #define BN_FLG_FREE            0x8000  /* used for debuging */
+#endif
 #define BN_set_flags(b,n)      ((b)->flags|=(n))
 #define BN_get_flags(b,n)      ((b)->flags&(n))