diff options
author | 2014-07-10 08:51:14 +0000 | |
---|---|---|
committer | 2014-07-10 08:51:14 +0000 | |
commit | e5b4af747f5eb5810e840840dad3514ee2b3487a (patch) | |
tree | 374e3749f80c814a3006a01c399a0b2166f56ab8 /lib/libssl/ssl_algs.c | |
parent | Align octhci(4) with the other HC drivers and add it as a commented entry (diff) | |
download | wireguard-openbsd-e5b4af747f5eb5810e840840dad3514ee2b3487a.tar.xz wireguard-openbsd-e5b4af747f5eb5810e840840dad3514ee2b3487a.zip |
decompress libssl. ok beck jsing
Diffstat (limited to 'lib/libssl/ssl_algs.c')
-rw-r--r-- | lib/libssl/ssl_algs.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libssl/ssl_algs.c b/lib/libssl/ssl_algs.c index 0518876ab4f..ce051252f6c 100644 --- a/lib/libssl/ssl_algs.c +++ b/lib/libssl/ssl_algs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_algs.c,v 1.18 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: ssl_algs.c,v 1.19 2014/07/10 08:51:15 tedu Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -112,12 +112,6 @@ SSL_library_init(void) EVP_add_digest_alias(SN_dsaWithSHA1, "DSS1"); EVP_add_digest_alias(SN_dsaWithSHA1, "dss1"); EVP_add_digest(EVP_ecdsa()); -#ifndef OPENSSL_NO_COMP - /* This will initialise the built-in compression algorithms. - The value returned is a STACK_OF(SSL_COMP), but that can - be discarded safely */ - (void)SSL_COMP_get_compression_methods(); -#endif /* initialize cipher/digest methods table */ ssl_load_ciphers(); return (1); |