X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/d9898ee81388d1eff40cf71e85d9ce9b5c1401fe..373dd817c58ed05a0007efeb5b2cb871c6e93705:/md5/md5.h diff --git a/md5/md5.h b/md5/md5.h index ac49510..2124879 100644 --- a/md5/md5.h +++ b/md5/md5.h @@ -56,6 +56,7 @@ char *md5_crypt_redhat(const char *, const char *); #define md5_crypt md5_crypt_redhat const char *md5_hash_courier(const char *); +const char *md5_hash_raw(const char *); #ifdef __cplusplus } ;