]> andersk Git - openssh.git/blobdiff - key.c
- markus@cvs.openbsd.org 2001/06/26 20:14:11
[openssh.git] / key.c
diff --git a/key.c b/key.c
index 2000c2755b506dd6d96d4fe264c53fc5d3da716b..0ddd3d9d476b67917c42a3aeddf0d177fc2f33f8 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.28 2001/06/25 08:25:37 markus Exp $");
+RCSID("$OpenBSD: key.c,v 1.29 2001/06/26 20:14:10 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -54,6 +54,7 @@ key_new(int type)
        DSA *dsa;
        k = xmalloc(sizeof(*k));
        k->type = type;
+       k->flags = 0;
        k->dsa = NULL;
        k->rsa = NULL;
        switch (k->type) {
This page took 0.70058 seconds and 4 git commands to generate.