EC_GROUP_get_extra_data() should not set an error when it returns NULL.
authorBodo Möller <bodo@openssl.org>
Thu, 6 Feb 2003 18:00:20 +0000 (18:00 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 Feb 2003 18:00:20 +0000 (18:00 +0000)
commit98eab43915245ce273bcb6b42569aae7c720ba4d
tree33fa49e030f1061adc15205a995e67ec7b656763
parentef03883eddb91ce0d2d95b78bbd5865d22f6bf40
EC_GROUP_get_extra_data() should not set an error when it returns NULL.
(NB: this is not an API change because this internal function is unused
in 0.9.7.  0.9.8-dev will use it, and will contain a similar change).
crypto/ec/ec.h
crypto/ec/ec_err.c
crypto/ec/ec_lib.c