summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-19 23:58:56 +0000
committerUlf Möller <ulf@openssl.org>2001-02-19 23:58:56 +0000
commit5003a61b9f62d865bc1261af157dc283e7c31249 (patch)
tree7ab4df1e0cc70ff9e84e70179290bce111267dd4 /CHANGES
parent7bd51947e503aa0e943f60558445b2be3d0ad40c (diff)
note OPENSSL_issetugid().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fb4c5d2542..f4dee4f0e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Don't use getenv in library functions when run as setuid/setgid.
+ New function OPENSSL_issetugid().
+ [Ulf Moeller]
+
*) Make all configuration macros available for application by making
sure they are available in opensslconf.h, by giving them names starting
with "OPENSSL_" to avoid conflicts with other packages and by making