summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-07 15:42:23 +0000
committerBen Laurie <ben@openssl.org>1999-05-07 15:42:23 +0000
commit5b640028cba758355000632840b48165ad39957a (patch)
tree5e3cbb127373c945602592a1f68939aec75b4970 /CHANGES
parent135a1dcaacf553d833e7c3427c1a74b42644cbd9 (diff)
downloadopenssl-5b640028cba758355000632840b48165ad39957a.tar.gz
Make -pedantic work again.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 05cd935b71..535d56d072 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
+ *) Add PEDANTIC compiler flag to allow compilation with gcc -pedantic,
+ without disallowing inline assembler and the like for non-pedantic builds.
+ [Ben Laurie]
+
*) Support Borland C++ builder.
[Janez Jere <jj@void.si>, modified by Ulf Möller]