]> granicus.if.org Git - openssl/commit
Fix ordering of compare functions: strncmp() must be used first, a
authorLutz Jänicke <jaenicke@openssl.org>
Tue, 8 Apr 2003 06:31:36 +0000 (06:31 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Tue, 8 Apr 2003 06:31:36 +0000 (06:31 +0000)
commitf65a75786b4eaf633ffab2ccb52f2c0dd51d268d
tree97d5b88005df1c818c358e78cf9e99c745428690
parent0b553683063250d29c4e5405844b860724fb8009
Fix ordering of compare functions: strncmp() must be used first, a
the cipher name in the list is not guaranteed to be at least "buflen"
long.
PR: 567
Submitted by: "Matt Harren" <matth@cs.berkeley.edu>
ssl/ssl_ciph.c