diff options
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 | } |