diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-04-23 16:32:42 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-04-23 16:32:42 +0000 |
commit | ef236ec3b26300c0a18872c432122a74f9d5459e (patch) | |
tree | eeaaa927765ca06f61c1b559b3fff5263a6b5654 /apps/ec.c | |
parent | 8711efb4984b66a901b543d1b5d96fc5b6928d10 (diff) | |
download | openssl-new-ef236ec3b26300c0a18872c432122a74f9d5459e.tar.gz |
Merge from 1.0.0-stable branch.
Diffstat (limited to 'apps/ec.c')
-rw-r--r-- | apps/ec.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -400,4 +400,10 @@ end: apps_shutdown(); OPENSSL_EXIT(ret); } +#else /* !OPENSSL_NO_EC */ + +# if PEDANTIC +static void *dummy=&dummy; +# endif + #endif |