aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-31 19:17:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-31 19:17:25 +0000
commitab3eafd5b5fbbb89fb500f05b8776f26a9f5e028 (patch)
tree08b59146d637818be58641474ae72d807eaa61d8 /crypto/conf
parentdd043cd501bb3acff0e5f2ec1262bf862d9a68c5 (diff)
downloadopenssl-ab3eafd5b5fbbb89fb500f05b8776f26a9f5e028.tar.gz
Stop warning about extra ';' outside of function.
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index 06e0b55102..c2199978a3 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -78,7 +78,7 @@ typedef struct
char *value;
} CONF_VALUE;
-DECLARE_STACK_OF(CONF_VALUE);
+DECLARE_STACK_OF(CONF_VALUE)
DECLARE_LHASH_OF(CONF_VALUE);
struct conf_st;