summaryrefslogtreecommitdiffstats
path: root/ssh-ecdsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-10 03:12:09 +0200
committerDamien Miller <djm@mindrot.org>2010-09-10 03:12:09 +0200
commit4314c2b5489da5af3b70c440fcd2c44ddc4745a8 (patch)
treea17b3159d949af9e3739ec3828d349be97015070 /ssh-ecdsa.c
parent - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact (diff)
downloadopenssh-4314c2b5489da5af3b70c440fcd2c44ddc4745a8.tar.xz
openssh-4314c2b5489da5af3b70c440fcd2c44ddc4745a8.zip
- djm@cvs.openbsd.org 2010/08/31 12:33:38
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c] reintroduce commit from tedu@, which I pulled out for release engineering: OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm
Diffstat (limited to 'ssh-ecdsa.c')
-rw-r--r--ssh-ecdsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c
index 3069ca5bc..0627ee5c0 100644
--- a/ssh-ecdsa.c
+++ b/ssh-ecdsa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD */
+/* $OpenBSD$ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.