summaryrefslogtreecommitdiff
path: root/sshkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.h')
-rw-r--r--sshkey.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sshkey.h b/sshkey.h
index 699c6b81..71a3fddc 100644
--- a/sshkey.h
+++ b/sshkey.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.h,v 1.43 2019/12/30 09:21:59 djm Exp $ */
+/* $OpenBSD: sshkey.h,v 1.44 2019/12/30 09:23:28 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -51,14 +51,6 @@
#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024
#define SSH_KEY_MAX_SIGN_DATA_SIZE (1 << 20)
-/* Version of protocol expected from ssh-sk-helper */
-#define SSH_SK_HELPER_VERSION 2
-
-/* ssh-sk-helper messages */
-#define SSH_SK_HELPER_SIGN 1
-#define SSH_SK_HELPER_ENROLL 2
-#define SSH_SK_HELPER_LOAD_RESIDENT 3
-
struct sshbuf;
/* Key types */