summaryrefslogtreecommitdiff
path: root/key.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-20 00:22:52 +0000
committerColin Watson <cjwatson@debian.org>2016-12-20 00:22:52 +0000
commit971a7653746a6972b907dfe0ce139c06e4a6f482 (patch)
tree70fb964265d57ae4967be55b75dbb2a122e9b969 /key.h
parenta8ed8d256b2e2c05b0c15565a7938028c5192277 (diff)
parent4a354fc231174901f2629437c2a6e924a2dd6772 (diff)
Import openssh_7.4p1.orig.tar.gz
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 34c992bd3..2e501a9f4 100644
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.h,v 1.49 2015/12/04 16:41:28 markus Exp $ */ 1/* $OpenBSD: key.h,v 1.50 2016/09/12 23:31:27 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.
@@ -74,7 +74,6 @@ int key_certify(Key *, Key *);
74void key_cert_copy(const Key *, Key *); 74void key_cert_copy(const Key *, Key *);
75int key_cert_check_authority(const Key *, int, int, const char *, 75int key_cert_check_authority(const Key *, int, int, const char *,
76 const char **); 76 const char **);
77char *key_alg_list(int, int);
78 77
79#if defined(WITH_OPENSSL) && defined(OPENSSL_HAS_ECC) 78#if defined(WITH_OPENSSL) && defined(OPENSSL_HAS_ECC)
80int key_ec_validate_public(const EC_GROUP *, const EC_POINT *); 79int key_ec_validate_public(const EC_GROUP *, const EC_POINT *);