summaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-util_crypt__blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabberd/files/patch-util_crypt__blowfish.h')
-rw-r--r--net-im/jabberd/files/patch-util_crypt__blowfish.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/jabberd/files/patch-util_crypt__blowfish.h b/net-im/jabberd/files/patch-util_crypt__blowfish.h
deleted file mode 100644
index 499e1ff5834b..000000000000
--- a/net-im/jabberd/files/patch-util_crypt__blowfish.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,