diff options
author | Renato Botelho <renato@netgate.com> | 2016-11-02 10:47:46 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-11-02 10:47:46 -0200 |
commit | 01e4dee209c13f5a3343e3cc887c2f920a69dd65 (patch) | |
tree | b19966b3c263495a3f07f891adba668c508ba31b /crypto/openssl/ssl/ssl_locl.h | |
parent | 5fc1b195c4ab71aaf651429b2c50ee5cc5e7c5fb (diff) | |
parent | 2f81d935658287026e614a5edf74ae47f5c54f3f (diff) | |
download | FreeBSD-src-RELENG_2_3_2.zip FreeBSD-src-RELENG_2_3_2.tar.gz |
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3_2RELENG_2_3_2
Diffstat (limited to 'crypto/openssl/ssl/ssl_locl.h')
-rw-r--r-- | crypto/openssl/ssl/ssl_locl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/ssl/ssl_locl.h b/crypto/openssl/ssl/ssl_locl.h index 24356e7..2b12553 100644 --- a/crypto/openssl/ssl/ssl_locl.h +++ b/crypto/openssl/ssl/ssl_locl.h @@ -389,6 +389,8 @@ */ # define SSL_MAX_DIGEST 6 +# define MAX_WARN_ALERT_COUNT 5 + # define TLS1_PRF_DGST_MASK (0xff << TLS1_PRF_DGST_SHIFT) # define TLS1_PRF_DGST_SHIFT 10 |