Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144386932
D34407.id103372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D34407.id103372.diff
View Options
Index: crypto/openssh/sk_config.h
===================================================================
--- /dev/null
+++ crypto/openssh/sk_config.h
@@ -0,0 +1 @@
+#define ENABLE_SK_INTERNAL /**/
Index: secure/ssh.mk
===================================================================
--- secure/ssh.mk
+++ secure/ssh.mk
@@ -8,5 +8,7 @@
SRCS+= ssh_namespace.h
.if ${MK_USB} != "no"
-CFLAGS+= -DENABLE_SK_INTERNAL=1
+# Built-in security key support
+CFLAGS+= -include sk_config.h
+SRCS+= sk_config.h
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 4:32 AM (2 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28537582
Default Alt Text
D34407.id103372.diff (512 B)
Attached To
Mode
D34407: ssh: use standalone config file for security key support
Attached
Detach File
Event Timeline
Log In to Comment