summaryrefslogtreecommitdiffstats
path: root/lib/libssl/d1_lib.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-04-13 15:16:32 +0000
committermiod <miod@openbsd.org>2014-04-13 15:16:32 +0000
commit9eac5592c81620ead272fa71be9a79e0e24176fe (patch)
treebe26e8653cf5d8c7b93aa32a3203924090fc58ac /lib/libssl/d1_lib.c
parentFix a badly worded debug message that implied the entire machine was going (diff)
downloadwireguard-openbsd-9eac5592c81620ead272fa71be9a79e0e24176fe.tar.xz
wireguard-openbsd-9eac5592c81620ead272fa71be9a79e0e24176fe.zip
Import OpenSSL 1.0.1g
Diffstat (limited to 'lib/libssl/d1_lib.c')
-rw-r--r--lib/libssl/d1_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c
index f61f7181830..106939f2417 100644
--- a/lib/libssl/d1_lib.c
+++ b/lib/libssl/d1_lib.c
@@ -196,6 +196,7 @@ void dtls1_free(SSL *s)
pqueue_free(s->d1->buffered_app_data.q);
OPENSSL_free(s->d1);
+ s->d1 = NULL;
}
void dtls1_clear(SSL *s)