diff options
| author | cvs2svn <admin@example.com> | 2014-04-13 15:16:39 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2014-04-13 15:16:39 +0000 |
| commit | 0d46071f78b35b22b9bb6521e9535aaab853d8d8 (patch) | |
| tree | 5eeb72b2f65d8af14113c037fab4e843a1c5ec3d /src/lib/libcrypto/fips_ers.c | |
| parent | 25175e3da5ec29dca5edfe32f588ea68b17071c9 (diff) | |
| download | openbsd-openssl_1_0_1_g.tar.gz openbsd-openssl_1_0_1_g.tar.bz2 openbsd-openssl_1_0_1_g.zip | |
This commit was manufactured by cvs2git to create tag 'openssl_1_0_1_g'.openssl_1_0_1_g
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 | ||
