summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/ssltest.c
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-10-01 12:32:41 +0000
committernectar <nectar@FreeBSD.org>2003-10-01 12:32:41 +0000
commitd8e0ea4b4099a4a515737f88ac4a721aa18de408 (patch)
treed15d9b82d7e9e084b77588523bf3c458209272ab /crypto/openssl/ssl/ssltest.c
parent33988c2cf4782199183774795f0b9a5fab74bd66 (diff)
parentee25ce74b3f6742c1079590363995e56ff51b014 (diff)
downloadFreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.zip
FreeBSD-src-d8e0ea4b4099a4a515737f88ac4a721aa18de408.tar.gz
This commit was generated by cvs2svn to compensate for changes in r120631,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/ssl/ssltest.c')
-rw-r--r--crypto/openssl/ssl/ssltest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssl/ssl/ssltest.c b/crypto/openssl/ssl/ssltest.c
index 42b6f1f..42289c2 100644
--- a/crypto/openssl/ssl/ssltest.c
+++ b/crypto/openssl/ssl/ssltest.c
@@ -142,7 +142,6 @@
#ifdef OPENSSL_SYS_WINDOWS
#include <winsock.h>
-#include "../crypto/bio/bss_file.c"
#else
#include OPENSSL_UNISTD
#endif
@@ -291,7 +290,7 @@ static void lock_dbg_cb(int mode, int type, const char *file, int line)
goto err;
}
- if (type < 0 || type > CRYPTO_NUM_LOCKS)
+ if (type < 0 || type >= CRYPTO_NUM_LOCKS)
{
errstr = "type out of bounds";
goto err;
OpenPOWER on IntegriCloud