From f430ba31ac81f27f0014320fee335d2dc4562a95 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 19 Jun 2016 19:39:01 +0200 Subject: Spelling... and more spelling Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1245) --- include/openssl/asn1.h | 2 +- include/openssl/ssl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h index 4bae492f06..5bce404c0b 100644 --- a/include/openssl/asn1.h +++ b/include/openssl/asn1.h @@ -752,7 +752,7 @@ int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump); const char *ASN1_tag2str(int tag); -/* Used to load and write netscape format cert */ +/* Used to load and write Netscape format cert */ int ASN1_UNIVERSALSTRING_to_string(ASN1_UNIVERSALSTRING *s); diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 881c6bbd02..f02e416db8 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -2335,7 +2335,7 @@ void ERR_load_SSL_strings(void); # define SSL_R_NO_RENEGOTIATION 339 # define SSL_R_NO_REQUIRED_DIGEST 324 # define SSL_R_NO_SHARED_CIPHER 193 -# define SSL_R_NO_SHARED_SIGATURE_ALGORITHMS 376 +# define SSL_R_NO_SHARED_SIGNATURE_ALGORITHMS 376 # define SSL_R_NO_SRTP_PROFILES 359 # define SSL_R_NO_VALID_SCTS 216 # define SSL_R_NO_VERIFY_COOKIE_CALLBACK 403 -- cgit v1.2.3