diff options
author | cvs2svn <admin@example.com> | 2014-04-15 18:01:19 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2014-04-15 18:01:19 +0000 |
commit | 4b19b8991c2eb7c783fd93feac5ba804bf2a7221 (patch) | |
tree | 523a79fb780e63096ecf79af2283834ab6750ca4 /src/lib/libcrypto/fips_ers.c | |
parent | f385533fd495dad9242f2eded4a9017f658ee678 (diff) | |
download | openbsd-openssl_1_0_1g.tar.gz openbsd-openssl_1_0_1g.tar.bz2 openbsd-openssl_1_0_1g.zip |
This commit was manufactured by cvs2git to create tag 'openssl_1_0_1g'.openssl_1_0_1g
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/fips_ers.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/fips_ers.c b/src/lib/libcrypto/fips_ers.c deleted file mode 100644 index 09f11748f6..0000000000 --- a/src/lib/libcrypto/fips_ers.c +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #include <openssl/opensslconf.h> | ||
2 | |||
3 | #ifdef OPENSSL_FIPS | ||
4 | # include "fips_err.h" | ||
5 | #else | ||
6 | static void *dummy=&dummy; | ||
7 | #endif | ||