summaryrefslogtreecommitdiff
path: root/key.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-04-03 08:20:28 +0100
committerColin Watson <cjwatson@debian.org>2018-04-03 08:57:25 +0100
commita0b2dce9bf518f561bbb5070c0fb0c38f49035dd (patch)
tree24298b823e93d4e6efe13f48f1512707ebd625f8 /key.h
parent9d4942dc192b6f1888c9ab73a512dd9b197b956c (diff)
parent76aa43d2298f322f0371b74462418d0461537131 (diff)
New upstream release (7.7p1)
Diffstat (limited to 'key.h')
-rw-r--r--key.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/key.h b/key.h
index a14f37037..fd59cbf54 100644
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.h,v 1.51 2017/05/30 14:16:41 markus Exp $ */ 1/* $OpenBSD: key.h,v 1.52 2017/12/18 02:25:15 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -58,7 +58,6 @@ int key_to_blob(const Key *, u_char **, u_int *);
58 58
59int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int, 59int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int,
60 const char *); 60 const char *);
61int key_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
62 61
63/* authfile.c */ 62/* authfile.c */
64Key *key_load_cert(const char *); 63Key *key_load_cert(const char *);