diff options
author | djm <> | 2008-09-06 12:15:53 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 12:15:53 +0000 |
commit | 353af015bc02bd5a098251d120b3ae56c10ac763 (patch) | |
tree | 42536fc91256eb7239389df70f6abce69f06da56 /src/lib/libcrypto/idea/ideatest.c | |
parent | 2264137440a13fb11f05127cb03f7239f024ab28 (diff) | |
parent | 221e4bfdc56c7ec8942006900694c958c515c143 (diff) | |
download | openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.tar.gz openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.tar.bz2 openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/idea/ideatest.c')
-rw-r--r-- | src/lib/libcrypto/idea/ideatest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/idea/ideatest.c b/src/lib/libcrypto/idea/ideatest.c index 98f805d72a..e6ffc7025e 100644 --- a/src/lib/libcrypto/idea/ideatest.c +++ b/src/lib/libcrypto/idea/ideatest.c | |||
@@ -169,6 +169,9 @@ int main(int argc, char *argv[]) | |||
169 | else | 169 | else |
170 | printf("ok\n"); | 170 | printf("ok\n"); |
171 | 171 | ||
172 | #ifdef OPENSSL_SYS_NETWARE | ||
173 | if (err) printf("ERROR: %d\n", err); | ||
174 | #endif | ||
172 | EXIT(err); | 175 | EXIT(err); |
173 | return(err); | 176 | return(err); |
174 | } | 177 | } |