What was I smoking? EVP_PKEY_cmp() should return with 0 if
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Apr 2003 10:15:32 +0000 (10:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Apr 2003 10:15:32 +0000 (10:15 +0000)
commit7b36590b1778c26ad96a36002b55b17fa3e41bf6
tree71895bbc438a6fd97ee1971648ff33da31b664c0
parenta8b728445c6d2d3f1d3ef568b8bff2b651aa0b52
What was I smoking?  EVP_PKEY_cmp() should return with 0 if
EVP_PKEY_cmp_parameters() returned 0, otherwise it should
go on processing the public key component.  Thia has nothing
to do with the proper handling of EC parameters or not.
crypto/evp/p_lib.c