diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-19 23:17:42 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-19 23:17:42 +0000 |
commit | 21bb0e5fa958b55498782bb6040051bad9010e66 (patch) | |
tree | a69ee61bbf542766bf3da5184b2fbaec03d0c6fe /crypto/openssl/apps/engine.c | |
parent | 05d8d6e23fae9150a113e8ab8a8544b981fb7e26 (diff) | |
parent | 6c9986c446b6cf77f5e83d111dbcca682d6fdd71 (diff) | |
download | FreeBSD-src-21bb0e5fa958b55498782bb6040051bad9010e66.zip FreeBSD-src-21bb0e5fa958b55498782bb6040051bad9010e66.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r111147,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/apps/engine.c')
-rw-r--r-- | crypto/openssl/apps/engine.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssl/apps/engine.c b/crypto/openssl/apps/engine.c index b718ae1..456f80a 100644 --- a/crypto/openssl/apps/engine.c +++ b/crypto/openssl/apps/engine.c @@ -56,6 +56,8 @@ * */ +#ifndef OPENSSL_NO_ENGINE + #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -518,3 +520,4 @@ end: apps_shutdown(); OPENSSL_EXIT(ret); } +#endif |