projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba2cb3
)
Fix PEDANTIC stuff...
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 13 Mar 2003 21:28:03 +0000
(21:28 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 13 Mar 2003 21:28:03 +0000
(21:28 +0000)
apps/engine.c
patch
|
blob
|
history
diff --git
a/apps/engine.c
b/apps/engine.c
index 953b4d97a21405470d746ae0304344fbaf53ed06..feee965325c1c8ecf8cda566c3c7943afae8a41e 100644
(file)
--- a/
apps/engine.c
+++ b/
apps/engine.c
@@
-520,13
+520,6
@@
skip_digests:
ret=0;
end:
-#else
-
-# if PEDANTIC
-
-void *dummy=&dummy;
-
-# endif
ERR_print_errors(bio_err);
sk_pop_free(engines, identity);
@@
-536,4
+529,10
@@
void *dummy=&dummy;
apps_shutdown();
OPENSSL_EXIT(ret);
}
+#else
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif