Skip to content

Commit

Permalink
Enable SSL ciphers 0x60 and 0x61
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosmans committed Apr 10, 2015
1 parent a0a5e63 commit c77a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/s3_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {

#if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES
/* New TLS Export CipherSuites from expired ID */
# if 0
# if 1
/* Cipher 60 */
{
1,
Expand Down

0 comments on commit c77a5fc

Please sign in to comment.