diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2018-02-08 18:47:30 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-02-09 07:04:32 -0500 |
commit | a699b8e4ca106a1aade0cc741eca63a61d44b90f (patch) | |
tree | 480be1058432e30151239c6645c53b6d8fbb65d2 /include/openssl/engineerr.h | |
parent | 2e8b0ef8f4d4b5498f3ffd1fc9f24e52ede8555f (diff) | |
download | openssl-new-a699b8e4ca106a1aade0cc741eca63a61d44b90f.tar.gz |
Small simplification in mkerr.pl
As suggested in https://github.com/openssl/openssl/pull/5275
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5288)
Diffstat (limited to 'include/openssl/engineerr.h')
-rw-r--r-- | include/openssl/engineerr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/openssl/engineerr.h b/include/openssl/engineerr.h index f6025f62f3..64efc2fd04 100644 --- a/include/openssl/engineerr.h +++ b/include/openssl/engineerr.h @@ -16,12 +16,9 @@ # ifndef OPENSSL_NO_ENGINE # ifdef __cplusplus -extern "C" { +extern "C" # endif int ERR_load_ENGINE_strings(void); -# ifdef __cplusplus -} -# endif /* * ENGINE function codes. |