diff options
author | beck <> | 2014-04-14 00:00:55 +0000 |
---|---|---|
committer | beck <> | 2014-04-14 00:00:55 +0000 |
commit | 349914e6df967c808ea9ebb275171aab2f5ae4d3 (patch) | |
tree | 0ed455a60a01a9f73edf3a50fd4f915f4122caee /src/lib/libssl/ssl_lib.c | |
parent | be0e8d014603e1756919c5979f50594ad85dd269 (diff) | |
download | openbsd-349914e6df967c808ea9ebb275171aab2f5ae4d3.tar.gz openbsd-349914e6df967c808ea9ebb275171aab2f5ae4d3.tar.bz2 openbsd-349914e6df967c808ea9ebb275171aab2f5ae4d3.zip |
remove last vestiges of OPENSSL_SYS_XXX from src/ssl
ok deraadt@
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
-rw-r--r-- | src/lib/libssl/ssl_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index f052deeb97..d9a728493e 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c | |||
@@ -3252,10 +3252,6 @@ int SSL_cache_hit(SSL *s) | |||
3252 | return s->hit; | 3252 | return s->hit; |
3253 | } | 3253 | } |
3254 | 3254 | ||
3255 | #if defined(_WINDLL) && defined(OPENSSL_SYS_WIN16) | ||
3256 | #include "../crypto/bio/bss_file.c" | ||
3257 | #endif | ||
3258 | |||
3259 | IMPLEMENT_STACK_OF(SSL_CIPHER) | 3255 | IMPLEMENT_STACK_OF(SSL_CIPHER) |
3260 | IMPLEMENT_STACK_OF(SSL_COMP) | 3256 | IMPLEMENT_STACK_OF(SSL_COMP) |
3261 | IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, | 3257 | IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, |