diff options
author | djm <> | 2012-10-13 21:23:57 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:57 +0000 |
commit | c93077289f634e6f9f13ab48bc059773ac806130 (patch) | |
tree | f9ec86d879ac4a66f08398373cfe233c8d41851a /src/lib/libcrypto/fips_ers.c | |
parent | d56dbc3c72494d4b68c03f5bcc3ae1f9df7b17df (diff) | |
parent | 0f4e59be0458751f14ec603610fb285ff9737a1c (diff) | |
download | openbsd-c93077289f634e6f9f13ab48bc059773ac806130.tar.gz openbsd-c93077289f634e6f9f13ab48bc059773ac806130.tar.bz2 openbsd-c93077289f634e6f9f13ab48bc059773ac806130.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/fips_ers.c')
-rw-r--r-- | src/lib/libcrypto/fips_ers.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/libcrypto/fips_ers.c b/src/lib/libcrypto/fips_ers.c new file mode 100644 index 0000000000..09f11748f6 --- /dev/null +++ b/src/lib/libcrypto/fips_ers.c | |||
@@ -0,0 +1,7 @@ | |||
1 | #include <openssl/opensslconf.h> | ||
2 | |||
3 | #ifdef OPENSSL_FIPS | ||
4 | # include "fips_err.h" | ||
5 | #else | ||
6 | static void *dummy=&dummy; | ||
7 | #endif | ||