summaryrefslogtreecommitdiffstats
path: root/authfile.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:13:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 21:13:57 +0000
commit2d0356f7de5e12dd818b705c54bc8a380827ab8e (patch)
treeec814a4bdff8f46b7bf98b9b871c9e5aac812bdc /authfile.c
parent80c6d77085d7869f07850e40f0e96d4e392d0bf4 (diff)
- markus@cvs.openbsd.org 2001/05/29 12:31:27
[authfile.c] typo
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index e1a9a21a..db6aed83 100644
--- a/authfile.c
+++ b/authfile.c
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfile.c,v 1.34 2001/05/28 10:08:55 markus Exp $");
+RCSID("$OpenBSD: authfile.c,v 1.35 2001/05/29 12:31:27 markus Exp $");
#include <openssl/err.h>
#include <openssl/evp.h>
@@ -561,7 +561,7 @@ key_load_private(const char *filename, const char *passphrase,
prv = key_load_private_pem(fd, KEY_UNSPEC, passphrase, NULL);
/* use the filename as a comment for PEM */
if (commentp && prv)
- commentp = xstrdup(filename);
+ *commentp = xstrdup(filename);
} else {
/* it's a SSH v1 key if the public key part is readable */
key_free(pub);