diff options
author | 2014-05-25 17:32:20 +0000 | |
---|---|---|
committer | 2014-05-25 17:32:20 +0000 | |
commit | 0fe6bc7f91623ce87275744dd2d8a5df86aa6f97 (patch) | |
tree | fdee676c12575ea1d0ad9622503b37fe403f5251 /lib/libssl/ssl_lib.c | |
parent | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves (diff) | |
download | wireguard-openbsd-0fe6bc7f91623ce87275744dd2d8a5df86aa6f97.tar.xz wireguard-openbsd-0fe6bc7f91623ce87275744dd2d8a5df86aa6f97.zip |
remove unused shit. from Alexander Schrijver
Diffstat (limited to 'lib/libssl/ssl_lib.c')
-rw-r--r-- | lib/libssl/ssl_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c index deef714be10..e607060d427 100644 --- a/lib/libssl/ssl_lib.c +++ b/lib/libssl/ssl_lib.c @@ -1765,10 +1765,6 @@ SSL_CTX_new(const SSL_METHOD *meth) ret->references = 1; ret->quiet_shutdown = 0; -/* ret->cipher=NULL; - ret->master_key=NULL; -*/ - ret->info_callback = NULL; ret->app_verify_callback = 0; |