Removed the #define of ciphernum since keeping a define updated to be the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2008 05:47:27 +0000 (05:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2008 05:47:27 +0000 (05:47 +0000)
commit68b67e24f26fbfaac2f869145b91110d5b5b1b69
tree918fad1b6197b5730e128a4bcce112600ac3d20d
parentc1e2341f0a9df2f93ffac00c8cb400fb3b29b207
Removed the #define of ciphernum since keeping a define updated to be the
number of entries in a provided table is doomed to fail in the long run. Now
we use the NUM_OF_CIPHERS define instead to figure out the amount.
lib/nss.c