summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md4/md4glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/md4/md4glue.c')
-rw-r--r--src/lib/crypto/md4/md4glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c
index deebff54a5..3a3d2e7da3 100644
--- a/src/lib/crypto/md4/md4glue.c
+++ b/src/lib/crypto/md4/md4glue.c
@@ -26,11 +26,11 @@
#include "k5-int.h"
#include "rsa-md4.h"
-krb5_error_code INTERFACE
+krb5_error_code
md4_sum_func NPROTOTYPE((krb5_pointer in, size_t in_length,
krb5_pointer seed, size_t seed_length, krb5_checksum *outcksum));
-krb5_error_code INTERFACE
+krb5_error_code
md4_sum_func(in, in_length, seed, seed_length, outcksum)
krb5_pointer in;
size_t in_length;