]> andersk Git - openssh.git/blobdiff - ssh-rsa.h
- markus@cvs.openbsd.org 2001/06/26 17:27:25
[openssh.git] / ssh-rsa.h
index 1e94c8b3c0ced0f160bed7f3c235c67b60b929fd..11d355d583c9550984ae52877ce1d2e2c8209be4 100644 (file)
--- a/ssh-rsa.h
+++ b/ssh-rsa.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh-rsa.h,v 1.4 2001/06/26 06:33:03 itojun Exp $      */
+/*     $OpenBSD: ssh-rsa.h,v 1.5 2001/06/26 17:27:25 markus Exp $      */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -26,8 +26,7 @@
 #ifndef SSH_RSA_H
 #define SSH_RSA_H
 
-int    ssh_rsa_sign(Key *, u_char **, int *, u_char *, int);
-
-int    ssh_rsa_verify(Key *, u_char *, int, u_char *, int);
+int     ssh_rsa_sign(Key *, u_char **, int *, u_char *, int);
+int     ssh_rsa_verify(Key *, u_char *, int, u_char *, int);
 
 #endif
This page took 0.040674 seconds and 4 git commands to generate.