summaryrefslogtreecommitdiff
path: root/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'key.h')
-rw-r--r--key.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/key.h b/key.h
index ca56b4271..4beaf202e 100644
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.h,v 1.34 2012/05/23 03:28:28 djm Exp $ */ 1/* $OpenBSD: key.h,v 1.35 2013/01/17 23:00:01 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.
@@ -97,7 +97,7 @@ Key *key_demote(const Key *);
97int key_equal_public(const Key *, const Key *); 97int key_equal_public(const Key *, const Key *);
98int key_equal(const Key *, const Key *); 98int key_equal(const Key *, const Key *);
99char *key_fingerprint(Key *, enum fp_type, enum fp_rep); 99char *key_fingerprint(Key *, enum fp_type, enum fp_rep);
100u_char *key_fingerprint_raw(Key *, enum fp_type, u_int *); 100u_char *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
101const char *key_type(const Key *); 101const char *key_type(const Key *);
102const char *key_cert_type(const Key *); 102const char *key_cert_type(const Key *);
103int key_write(const Key *, FILE *); 103int key_write(const Key *, FILE *);
@@ -115,7 +115,7 @@ int key_certify(Key *, Key *);
115void key_cert_copy(const Key *, struct Key *); 115void key_cert_copy(const Key *, struct Key *);
116int key_cert_check_authority(const Key *, int, int, const char *, 116int key_cert_check_authority(const Key *, int, int, const char *,
117 const char **); 117 const char **);
118int key_cert_is_legacy(Key *); 118int key_cert_is_legacy(const Key *);
119 119
120int key_ecdsa_nid_from_name(const char *); 120int key_ecdsa_nid_from_name(const char *);
121int key_curve_name_to_nid(const char *); 121int key_curve_name_to_nid(const char *);