diff options
Diffstat (limited to 'src/libstdcrypto/md5-internal.h')
-rw-r--r-- | src/libstdcrypto/md5-internal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libstdcrypto/md5-internal.h b/src/libstdcrypto/md5-internal.h deleted file mode 100644 index 59ffeea..0000000 --- a/src/libstdcrypto/md5-internal.h +++ /dev/null @@ -1,11 +0,0 @@ -/* ISC license. */ - -#ifndef MD5_INTERNAL_H -#define MD5_INTERNAL_H - -#include <stdint.h> -#include <skalibs/md5.h> - -extern void md5_transform (uint32_t * /* 4 uint32s */, uint32_t const * /* 16 uint32s */) ; - -#endif |