diff options
| author | djm <> | 2009-01-09 12:14:09 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:09 +0000 |
| commit | d19d62684064bd8fbc9643cd864f3a0299102c8d (patch) | |
| tree | f7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/fips_err.c | |
| parent | c577284ff511d84dc9cbfc813490545b0721e2f8 (diff) | |
| parent | c38e9fa1885187364cfeba026e9bf38d6845886f (diff) | |
| download | openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.gz openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.bz2 openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/fips_err.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/libcrypto/fips_err.c b/src/lib/libcrypto/fips_err.c new file mode 100644 index 0000000000..09f11748f6 --- /dev/null +++ b/src/lib/libcrypto/fips_err.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 | ||
