]> andersk Git - openssh.git/blobdiff - key.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / key.h
diff --git a/key.h b/key.h
index 57af279b894db602f36e4b22759689f4a0315876..14aac79c2de07d69cf9be3d6640cfecad378852c 100644 (file)
--- a/key.h
+++ b/key.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: key.h,v 1.25 2006/08/01 23:22:47 stevesk Exp $ */
+/* $OpenBSD: key.h,v 1.27 2008/06/11 21:01:35 grunk Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -29,8 +29,6 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 
-#include <stdio.h>
-
 typedef struct Key Key;
 enum types {
        KEY_RSA1,
@@ -44,7 +42,8 @@ enum fp_type {
 };
 enum fp_rep {
        SSH_FP_HEX,
-       SSH_FP_BUBBLEBABBLE
+       SSH_FP_BUBBLEBABBLE,
+       SSH_FP_RANDOMART
 };
 
 /* key is stored in external hardware */
This page took 0.59717 seconds and 4 git commands to generate.