This commit was manufactured by cvs2svn to create branch
[openssl.git] / crypto / bf / bftest.c
index 24d526b14bdb94163e31b44fdae4bbcdca736ccd..97e6634d37f064a1933acf0d754503e57196b45a 100644 (file)
@@ -62,6 +62,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
 
 #include "../e_os.h"
 
@@ -277,6 +278,9 @@ int main(int argc, char *argv[])
        else
                ret=test();
 
+#ifdef OPENSSL_SYS_NETWARE
+    if (ret) printf("ERROR: %d\n", ret);
+#endif
        EXIT(ret);
        return(0);
        }