diff options
Diffstat (limited to 'md5-crypt/libcrypt.map')
-rw-r--r-- | md5-crypt/libcrypt.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/md5-crypt/libcrypt.map b/md5-crypt/libcrypt.map new file mode 100644 index 0000000000..a3128da2e9 --- /dev/null +++ b/md5-crypt/libcrypt.map @@ -0,0 +1,7 @@ +GLIBC_2.0 { + global: + crypt; crypt_r; encrypt; encrypt_r; fcrypt; setkey; setkey_r; + + local: + *; +}; \ No newline at end of file |