opnsense-ports/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

10 lines
284 B
C

--- ext/mri/ow-crypt.h.orig 2016-09-01 08:48:28 UTC
+++ ext/mri/ow-crypt.h
@@ -16,7 +16,6 @@
#ifndef __SKIP_GNU
extern char *crypt(__CONST char *key, __CONST char *setting);
-extern char *crypt_r(__CONST char *key, __CONST char *setting, void *data);
#endif
#ifndef __SKIP_OW