diff options
author | steve <steve> | 2008-05-31 19:17:24 +0000 |
---|---|---|
committer | steve <steve> | 2008-05-31 19:17:24 +0000 |
commit | a1303146c61872a417fb7c2755f01618b90bd58a (patch) | |
tree | 3f9f060f246f8d9f4e2a7d974ca989efa88db7e2 /crypto/conf | |
parent | 73531fde4cf584e5d09c4dc844fb6c1302e50bdd (diff) | |
download | openssl-a1303146c61872a417fb7c2755f01618b90bd58a.tar.gz |
Stop warning about extra ';' outside of function.
Diffstat (limited to 'crypto/conf')
-rw-r--r-- | crypto/conf/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h index 06e0b5510..c2199978a 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; |