Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F27670613
D52.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
594 B
Subscribers
None
D52.id.diff
View Options
Index: gnupg2-2.0.9/tools/gpgkey2ssh.c
===================================================================
--- gnupg2-2.0.9/tools/gpgkey2ssh.c
+++ gnupg2-2.0.9/tools/gpgkey2ssh.c
@@ -272,11 +272,11 @@
{
identifier = "ssh-rsa";
ret = key_to_blob (&blob, &blob_n, identifier,
- &pkdbuf[0], &pkdbuf[1], NULL);
+ &pkdbuf[1], &pkdbuf[0], NULL);
}
else if (algorithm_id == 17)
{
- identifier = "ssh-dsa";
+ identifier = "ssh-dss";
ret = key_to_blob (&blob, &blob_n, identifier,
&pkdbuf[0], &pkdbuf[1], &pkdbuf[2], &pkdbuf[3], NULL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 14, 10:25 PM (7 h, 55 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
23/cf/9ee92bab8501748e9ab431009083
Attached To
D52: 160_473841.patch
Event Timeline
Log In to Comment