Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-12-19 06:59:50 +0300
committerAdam Langley <agl@google.com>2015-12-22 21:55:53 +0300
commit3a2a48086b81077e11ca2819b03e1016598035d5 (patch)
tree565189bceadb150821ddb6ccae1cbfe24008095d /ssl
parentcba2b62a85215889285dfbe464f383397538760a (diff)
Remove long-dead comment.
clang-format keeps getting annoyed at it. Also remove some long-dead constants. Change-Id: I61e773f5be1e60ca28f1ea085e3afa7cb2c97b9e Reviewed-on: https://boringssl-review.googlesource.com/6778 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ssl/internal.h b/ssl/internal.h
index 2c46f5c3..5e3dd099 100644
--- a/ssl/internal.h
+++ b/ssl/internal.h
@@ -686,16 +686,7 @@ void ssl_write_buffer_clear(SSL *ssl);
* signatures. */
#define SSL_USE_SIGALGS(s) (s->enc_method->enc_flags & SSL_ENC_FLAG_SIGALGS)
-/* SSL_kRSA <- RSA_ENC | (RSA_TMP & RSA_SIGN) |
- * <- (EXPORT & (RSA_ENC | RSA_TMP) & RSA_SIGN)
- * SSL_kDH <- DH_ENC & (RSA_ENC | RSA_SIGN | DSA_SIGN)
- * SSL_kDHE <- RSA_ENC | RSA_SIGN | DSA_SIGN
- * SSL_aRSA <- RSA_ENC | RSA_SIGN
- * SSL_aDSS <- DSA_SIGN */
-
/* From RFC4492, used in encoding the curve type in ECParameters */
-#define EXPLICIT_PRIME_CURVE_TYPE 1
-#define EXPLICIT_CHAR2_CURVE_TYPE 2
#define NAMED_CURVE_TYPE 3
enum ssl_hash_message_t {