pki: Remove superfluous statement

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-09-27 15:48:40 +02:00
parent 729384f346
commit 74888a6fa4

View File

@@ -333,7 +333,6 @@ ssh_pki_openssh_import(const char *text_key,
privkey_buffer = ssh_buffer_new();
if (privkey_buffer == NULL) {
rc = SSH_ERROR;
goto out;
}