summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-11-01 19:55:56 -0500
committerRich Salz <rsalz@openssl.org>2015-11-17 17:14:28 -0500
commitbf1605518a085256320ff4a36054445f842d5c1c (patch)
tree7699562678ecc9fa7f71fd17f86946574b48cc37 /CHANGES
parenta22c01244beec045662e0e0e048783dc70a7b8d1 (diff)
Rename RSA_eay_xxx to rsa_ossl_xxx
Final part of flushing out SSLEay API's. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 86c572d162..17241a5360 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@
*) All instances of the string "ssleay" in the public API were replaced
with OpenSSL (case-matching; e.g., OPENSSL_VERSION for #define's)
+ Some error codes related to internal RSA_eay API's were renamed.
[Rich Salz]
*) The demo files in crypto/threads were moved to demo/threads.