]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_test.c
Remove BIO_seek/BIO_tell from evp_test.c
authorDr. Stephen Henson <steve@openssl.org>
Thu, 5 Jan 2017 19:27:41 +0000 (19:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Jan 2017 23:00:28 +0000 (23:00 +0000)
commit71f60ef3376144885384f2b1b3f00c3d54806f38
tree89bc4790992e081a014cce5b7c53b42a3c85ad72
parentd8594555ffaf98ada08b26ce3d1138f16bc029c5
Remove BIO_seek/BIO_tell from evp_test.c

BIO_seek and BIO_tell can cause problems with evp_test.c on some platforms.
Avoid them by using a temporary memory BIO to store key PEM data.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2183)
test/evp_test.c