diff options
author | djm <> | 2008-09-06 12:17:54 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:17:54 +0000 |
commit | 38ce604e3cc97706b876b0525ddff0121115456d (patch) | |
tree | 7ccc28afe1789ea3dbedf72365f955d5b8e105b5 /src/lib/libcrypto/bf/bftest.c | |
parent | 12867252827c8efaa8ddd1fa3b3d6e321e2bcdef (diff) | |
download | openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.gz openbsd-38ce604e3cc97706b876b0525ddff0121115456d.tar.bz2 openbsd-38ce604e3cc97706b876b0525ddff0121115456d.zip |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/bf/bftest.c')
-rw-r--r-- | src/lib/libcrypto/bf/bftest.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bf/bftest.c b/src/lib/libcrypto/bf/bftest.c index 24d526b14b..97e6634d37 100644 --- a/src/lib/libcrypto/bf/bftest.c +++ b/src/lib/libcrypto/bf/bftest.c | |||
@@ -62,6 +62,7 @@ | |||
62 | #include <stdio.h> | 62 | #include <stdio.h> |
63 | #include <string.h> | 63 | #include <string.h> |
64 | #include <stdlib.h> | 64 | #include <stdlib.h> |
65 | #include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */ | ||
65 | 66 | ||
66 | #include "../e_os.h" | 67 | #include "../e_os.h" |
67 | 68 | ||
@@ -277,6 +278,9 @@ int main(int argc, char *argv[]) | |||
277 | else | 278 | else |
278 | ret=test(); | 279 | ret=test(); |
279 | 280 | ||
281 | #ifdef OPENSSL_SYS_NETWARE | ||
282 | if (ret) printf("ERROR: %d\n", ret); | ||
283 | #endif | ||
280 | EXIT(ret); | 284 | EXIT(ret); |
281 | return(0); | 285 | return(0); |
282 | } | 286 | } |