This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH crypt 3/8] Export crypt_r


---
 crypt.def | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypt.def b/crypt.def
index d5fdf35..50bbc9c 100644
--- a/crypt.def
+++ b/crypt.def
@@ -4,3 +4,4 @@ EXPORTS
 encrypt
 setkey
 crypt
+crypt_r = __crypt_r
-- 
2.13.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]