]> andersk Git - openssh.git/blobdiff - key.c
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[openssh.git] / key.c
diff --git a/key.c b/key.c
index 51902ea257fa3b26310d0e09742462f7c81ff955..1ce0a87a33bdedf23aebb915ec3307fd2c7e25fe 100644 (file)
--- a/key.c
+++ b/key.c
@@ -32,7 +32,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: key.c,v 1.42 2002/03/18 17:23:31 markus Exp $");
+RCSID("$OpenBSD: key.c,v 1.43 2002/03/19 10:49:35 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -808,7 +808,7 @@ Key *
 key_demote(Key *k)
 {
        Key *pk;
-       
+
        pk = xmalloc(sizeof(*pk));
        pk->type = k->type;
        pk->flags = k->flags;
This page took 0.041003 seconds and 4 git commands to generate.