diff options
author | 2000-08-25 16:16:15 +0000 | |
---|---|---|
committer | 2000-08-25 16:16:15 +0000 | |
commit | 38d3ce0d2ae419da32543db8c2f16a0107bfd74e (patch) | |
tree | ac18f421564c0817f7de1bd3d82511316a14717d /usr.bin/ssh/ssh-agent.1 | |
parent | ssh always installed, no more static lib case (diff) | |
download | wireguard-openbsd-38d3ce0d2ae419da32543db8c2f16a0107bfd74e.tar.xz wireguard-openbsd-38d3ce0d2ae419da32543db8c2f16a0107bfd74e.zip |
no need for those dynamic libraries anymore
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index f288bd127ee..35b8378f411 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.14 2000/08/19 21:34:43 markus Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.15 2000/08/25 16:16:15 deraadt Exp $ .\" .\" -*- nroff -*- .\" @@ -163,10 +163,6 @@ authentication and ticket passing. supports one-time password authentication with .Xr skey 1 . .El -.Pp -The libraries described in -.Xr ssl 8 -are required for proper operation. .Sh SEE ALSO .Xr ssh 1 , .Xr ssh-add 1 , |