Update the documentation to the current state of the LHASH changes. There
[openssl.git] / apps / openssl.c
index 49d0b2bd1feb8eebf8f0fd84f0d8994b3dfee050..b7e50c73740dedf0c76ae2639bd58c397e709da9 100644 (file)
@@ -85,8 +85,8 @@ char *default_config_file=NULL;
 BIO *bio_err=NULL;
 #endif
 
-static IMPLEMENT_LHASH_HASH_FN(hash,FUNCTION *);
-static IMPLEMENT_LHASH_COMP_FN(cmp,FUNCTION *);
+static IMPLEMENT_LHASH_HASH_FN(hash,FUNCTION *)
+static IMPLEMENT_LHASH_COMP_FN(cmp,FUNCTION *)
 
 int main(int Argc, char *Argv[])
        {