diff options
| author | djm <> | 2009-01-09 12:14:09 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:09 +0000 |
| commit | d895739bce8a14b03d66ef79acb062db0e1d7b41 (patch) | |
| tree | f7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/fips_err.c | |
| parent | 6b54ca90c9c20fe7a1bad7bdd709e44e88384cee (diff) | |
| parent | 76dd4d55fdccad54d20608e7caf577b9d67b216f (diff) | |
| download | openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.gz openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.bz2 openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.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 | ||
