aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/rmd_one.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-08-28 12:55:45 +0000
committerAndy Polyakov <appro@openssl.org>1999-08-28 12:55:45 +0000
commit28e0be13f69da0f3763be9b2bb3217d7e8859760 (patch)
treefbd26e7a6be65c84b8234e0777d8ba2c6bff9711 /crypto/ripemd/rmd_one.c
parentb357e95cc4e677320d9cc111daf73fbe0535f571 (diff)
downloadopenssl-28e0be13f69da0f3763be9b2bb3217d7e8859760.tar.gz
RIPEMD160 shape-up. Major news are that it's operational on all platforms
now and I'm putting it back to 'make test' later today.
Diffstat (limited to 'crypto/ripemd/rmd_one.c')
-rw-r--r--crypto/ripemd/rmd_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/rmd_one.c b/crypto/ripemd/rmd_one.c
index 5b6ff14714..582cd31e25 100644
--- a/crypto/ripemd/rmd_one.c
+++ b/crypto/ripemd/rmd_one.c
@@ -57,7 +57,7 @@
*/
#include <stdio.h>
-#include "rmd_locl.h"
+#include <openssl/ripemd.h>
unsigned char *RIPEMD160(unsigned char *d, unsigned long n,
unsigned char *md)