strsep implementation to allow the file to compile on non-BSD systems
[openssl.git] / crypto / evp / p_seal.c
index 2fd1d7e0c2b038164835064b63a8e3de46575c60..ff16370994f960eaaabf966eaa2e1e13c8a73e48 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/rand.h>
-#ifndef NO_RSA
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
 #endif
 #include <openssl/evp.h>