Split out DHE CKE construction into a separate function
[openssl.git] / ssl / t1_lib.c
index 3e27d650393cbce6d42b550ecf2996037139d8ac..e938d87de7d3bf3c6c3c71d2028b22d48f0724e3 100644 (file)
@@ -3604,7 +3604,7 @@ static int sig_cb(const char *elem, int len, void *arg)
 }
 
 /*
- * Set suppored signature algorithms based on a colon separated list of the
+ * Set supported signature algorithms based on a colon separated list of the
  * form sig+hash e.g. RSA+SHA512:DSA+SHA512
  */
 int tls1_set_sigalgs_list(CERT *c, const char *str, int client)