diff options
author | Dan Gudmundsson <[email protected]> | 2010-03-16 15:35:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-16 17:33:40 +0100 |
commit | e2c29e24e0635ed729896f16c1d32fc2437371cf (patch) | |
tree | b1d5e1b3d9930555f6ff567df79306fd8e139c90 /lib/ssl/vsn.mk | |
parent | 1cebec8de1e63b0d995933ccd5257216a274c7e2 (diff) | |
download | otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.tar.gz otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.tar.bz2 otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.zip |
OTP-8510 ssl crash
Fixed a crash in the certificate certification part.
Diffstat (limited to 'lib/ssl/vsn.mk')
-rw-r--r-- | lib/ssl/vsn.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 7c038e5818..bf67fcd257 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -17,9 +17,10 @@ # %CopyrightEnd% # -SSL_VSN = 3.10.8 +SSL_VSN = 3.10.9 +TICKETS = OTP-8510 -TICKETS = OTP-8372 OTP-8441 OTP-8459 +#TICKETS_3.10.8 = OTP-8372 OTP-8441 OTP-8459 #TICKETS_3.10.7 = OTP-8260 OTP-8218 OTP-8250 #TICKETS_3.10.6 = OTP-8275 |