diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-25 21:09:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-25 21:09:06 +0000 |
commit | ce94e2a18e82a98e3d15841edbb90910b713a7e9 (patch) | |
tree | f5f362cbc2b97ecb07e66a42c3a1b38e5a090c1b | |
parent | 8175ad83c0a896cd7971ecf071513b9540c8b364 (diff) |
Note in lieu of #warning.
svn path=/openssl/README; revision=71
-rw-r--r-- | openssl/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index c5e10601..b0011dc5 100644 --- a/openssl/README +++ b/openssl/README @@ -415,3 +415,8 @@ Oh good, if USE_OBJ_MAC is defined objects.h sucks in obj_mac.h which is automatically generated from objects.txt, so we're already there. NIDs have already been assigned and everything, just have to use them. + + +-Werror is set in compilation flags, so can't use #warning. + +Remember to clean up the new stuff ni x509v3.h! |