]> granicus.if.org Git - openssl/commit
The pointer to the cipher object is not yet set, when session was reloaded
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 15 Nov 2002 10:53:33 +0000 (10:53 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 15 Nov 2002 10:53:33 +0000 (10:53 +0000)
commitc566205319beeaa196e247400c7eb0c16388372b
tree869ce3b5f569a62ed42be43df254680fbed55c9d
parenteaf6c61c9f378bec0132d4cae556eee563f545b5
The pointer to the cipher object is not yet set, when session was reloaded
from external cache (using d2i_SSL_SESSION). Perform comparison based on
the cipher's id instead.
Submitted by: Steve Haslam <araqnid@innocent.com>
Reviewed by:
PR: 288
ssl/s3_clnt.c