aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-19 19:39:01 +0200
committerFdaSilvaYY <fdasilvayy@gmail.com>2016-06-22 00:26:10 +0200
commitf430ba31ac81f27f0014320fee335d2dc4562a95 (patch)
tree17debcc6eeebe3e9eadae2dcaa541eb742996717 /include
parent1d8b4eb2b478651f820423789d7a91b9b4c2d009 (diff)
downloadopenssl-f430ba31ac81f27f0014320fee335d2dc4562a95.tar.gz
Spelling... and more spelling
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1245)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/asn1.h2
-rw-r--r--include/openssl/ssl.h2
2 files changed, 2 insertions, 2 deletions
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