summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/ssh-keygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/ssh-keygen/Makefile')
-rw-r--r--usr/src/cmd/ssh/ssh-keygen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/ssh-keygen/Makefile b/usr/src/cmd/ssh/ssh-keygen/Makefile
index f92c437045..0c90716768 100644
--- a/usr/src/cmd/ssh/ssh-keygen/Makefile
+++ b/usr/src/cmd/ssh/ssh-keygen/Makefile
@@ -32,7 +32,7 @@ SRCS = $(OBJS:.o=.c)
include ../../Makefile.cmd
include ../Makefile.ssh-common
-LDLIBS += $(SSH_COMMON_LDLIBS) -lcrypto -lsocket
+LDLIBS += $(SSH_COMMON_LDLIBS) -lsunw_crypto -lsocket
POFILE_DIR= ..