summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/key.c b/key.c
index cbe08a4c1..2000c2755 100644
--- a/key.c
+++ b/key.c
@@ -9,7 +9,7 @@
9 * called by a name other than "ssh" or "Secure Shell". 9 * called by a name other than "ssh" or "Secure Shell".
10 * 10 *
11 * 11 *
12 * Copyright (c) 2000 Markus Friedl. All rights reserved. 12 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
13 * 13 *
14 * Redistribution and use in source and binary forms, with or without 14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 15 * modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */ 33 */
34#include "includes.h" 34#include "includes.h"
35RCSID("$OpenBSD: key.c,v 1.27 2001/06/23 15:12:19 itojun Exp $"); 35RCSID("$OpenBSD: key.c,v 1.28 2001/06/25 08:25:37 markus Exp $");
36 36
37#include <openssl/evp.h> 37#include <openssl/evp.h>
38 38