diff options
Diffstat (limited to 'src/lib/libcrypto/bn/exptest.c')
-rw-r--r-- | src/lib/libcrypto/bn/exptest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/exptest.c b/src/lib/libcrypto/bn/exptest.c index f598a07cf5..28aaac2ac1 100644 --- a/src/lib/libcrypto/bn/exptest.c +++ b/src/lib/libcrypto/bn/exptest.c | |||
@@ -195,9 +195,6 @@ int main(int argc, char *argv[]) | |||
195 | err: | 195 | err: |
196 | ERR_load_crypto_strings(); | 196 | ERR_load_crypto_strings(); |
197 | ERR_print_errors(out); | 197 | ERR_print_errors(out); |
198 | #ifdef OPENSSL_SYS_NETWARE | ||
199 | printf("ERROR\n"); | ||
200 | #endif | ||
201 | EXIT(1); | 198 | EXIT(1); |
202 | return(1); | 199 | return(1); |
203 | } | 200 | } |