Don't use an enum in the return type for a public API function
authorMatt Caswell <matt@openssl.org>
Thu, 16 Feb 2017 17:04:40 +0000 (17:04 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 17 Feb 2017 10:28:01 +0000 (10:28 +0000)
commit4fbfe86ae3c5a829ea1a259330921bd5549223a5
tree69226d11aa9b0c0f4043033eb45a6a51afc2d4fb
parent9b92f161708e31de87cf8df0d58e3f99bd7d1724
Don't use an enum in the return type for a public API function

We use an int instead. That means SSL_key_update() also should use an int.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2609)
doc/man3/SSL_key_update.pod
doc/man7/ssl.pod
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
test/ssl_test_ctx.h