Page MenuHomeFreeBSD

D51746.id.diff
No OneTemporary

D51746.id.diff

diff --git a/lib/libutil/Symbol.map b/lib/libutil/Symbol.map
--- a/lib/libutil/Symbol.map
+++ b/lib/libutil/Symbol.map
@@ -120,6 +120,14 @@
uu_lock;
uu_lockerr;
uu_unlock;
+
+ /*
+ * login_setcryptfmt() uses crypt_set_format() from libcrypt. To
+ * avoid forcing a hard dependency on libcrypt, we provide a weak
+ * stub. Applications that use login_setcryptfmt() should link
+ * with libcrypt, whose crypt_set_format() will override the stub.
+ */
+ crypt_set_format;
};
FBSDprivate_1.0 {

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 11, 7:38 AM (15 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29522939
Default Alt Text
D51746.id.diff (508 B)

Event Timeline