projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f0d1a
)
typo: should be OPENSSL_free
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 20 Jun 2015 15:10:54 +0000
(16:10 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 20 Jun 2015 15:10:54 +0000
(16:10 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index efd96830b1c6cc65cfd9fb2c412f4c3f747c3a7a..878464234bff49fa402e8856399f6f8f9cda1620 100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-2948,7
+2948,7
@@
void ssl3_clear(SSL *s)
}
if (s->s3->alpn_selected) {
- free(s->s3->alpn_selected);
+
OPENSSL_
free(s->s3->alpn_selected);
s->s3->alpn_selected = NULL;
}