summaryrefslogtreecommitdiff
path: root/sshkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.h')
-rw-r--r--sshkey.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sshkey.h b/sshkey.h
index 56c0a9cdf..d96dcb8b0 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshkey.h,v 1.40 2019/11/25 00:51:37 djm Exp $ */ 1/* $OpenBSD: sshkey.h,v 1.41 2019/12/13 19:09:10 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.
@@ -51,6 +51,9 @@
51#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024 51#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024
52#define SSH_KEY_MAX_SIGN_DATA_SIZE (1 << 20) 52#define SSH_KEY_MAX_SIGN_DATA_SIZE (1 << 20)
53 53
54/* Version of protocol expected from ssh-sk-helper */
55#define SSH_SK_HELPER_VERSION 1
56
54struct sshbuf; 57struct sshbuf;
55 58
56/* Key types */ 59/* Key types */