diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-05 01:19:36 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-05 01:19:36 +0100 |
commit | 59fc2b0fc21f0c90a328edb7b2755c242adfb27a (patch) | |
tree | 8ea25ac20ed309b25f8086c13fbd543e1c8e7468 /crypto/cpt_err.c | |
parent | Beautifying. Sorry, but code that's slammed to the far left is not (diff) | |
download | openssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.tar.xz openssl-59fc2b0fc21f0c90a328edb7b2755c242adfb27a.zip |
Preserve reason strings in automatically build tables.
Diffstat (limited to 'crypto/cpt_err.c')
-rw-r--r-- | crypto/cpt_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c index c2a2dd4af6..dadd8d8d92 100644 --- a/crypto/cpt_err.c +++ b/crypto/cpt_err.c @@ -54,7 +54,8 @@ */ /* NOTE: this file was auto generated by the mkerr.pl script: any changes - * made to it will be overwritten when the script next updates this file. + * made to it will be overwritten when the script next updates this file, + * only reason strings will be preserved. */ #include <stdio.h> |