Fix up build issue when running cpp tests

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12334)
This commit is contained in:
Jon Spillett 2020-07-01 14:47:15 +10:00 committed by Pauli
parent 0c4444121c
commit e7869ef137
1 changed files with 4 additions and 0 deletions

View File

@ -27,4 +27,8 @@ extern "C" {
*/
#define FIPS_KEY_STRING "{- $config{FIPSKEY} -}"
# ifdef __cplusplus
}
# endif
#endif