Fix usage message on gendsa:
[openssl.git] / crypto / ripemd / rmd_dgst.c
index 210de1977d65a2f85d0e0bedd3acd47fbb995802..99418f58a20d2f98f19bf8ec38b0d150cd6880de 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "rmd_locl.h"
 
-char *RMD160_version="RIPEMD160 part of SSLeay 0.9.0b 29-Jun-1998";
+char *RMD160_version="RIPE-MD160 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NOPROTO
 #  ifdef RMD160_ASM
@@ -73,7 +73,7 @@ char *RMD160_version="RIPEMD160 part of SSLeay 0.9.0b 29-Jun-1998";
      void ripemd160_block_x86();
 #    define ripemd160_block ripemd160_block_x86
 #  else
-     static void ripemd160_block();
+     void ripemd160_block();
 #  endif
 #endif