Files
ports/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h
Steve Wills 07e62b8b79 security/rubygem-bcrypt: rip out unused crypt_r implementation
PR:		212304
Submitted by:	xmj
2016-09-07 18:37:34 +00:00

11 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