diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-05-28 21:32:31 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-05-28 21:32:31 +0000 |
commit | 15eaf27bc7b4ad33af275b9cd0601ef19d54ac9c (patch) | |
tree | 1bfcb6d07017b6a284cd712e7889449156f33db8 /lib | |
parent | bf2277e26359676bec7c4d2a8205eda0bc0044e5 (diff) |
Fixed a few comment typos (from the FreeBSD ports)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ static const cipher_s cipherlist[] = { #endif }; -/* following ciphers are new in NSS 3.4 and not enabled by default, therefor +/* following ciphers are new in NSS 3.4 and not enabled by default, therefore they are enabled explicitly */ static const int enable_ciphers_by_default[] = { TLS_DHE_DSS_WITH_AES_128_CBC_SHA, |