summaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-util_crypt__blowfish.h
blob: 499e1ff5834bbe666bbfef069f1e1ce389235a92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- util/crypt_blowfish.h.orig	2016-05-08 14:30:08 UTC
+++ util/crypt_blowfish.h
@@ -23,7 +23,7 @@
 #endif
 
 extern char *bcrypt(__const char *key, __const char *setting);
-extern char *crypt_r(__const char *key, __const char *setting, void *data);
+extern char *_crypt_r(__const char *key, __const char *setting, void *data);
 
 #ifndef __SKIP_OW
 extern char *crypt_rn(__const char *key, __const char *setting,