Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147359011
D51746.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D51746.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D51746: libutil: Fix login_setcryptfmt()
Attached
Detach File
Event Timeline
Log In to Comment