Skip to content

Commit 2451073

Browse files
committed
Removed the version header from armored messages.
Issue #871
1 parent 2a79e06 commit 2451073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librepgp/stream-armor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ init_armored_dst(pgp_dest_t *dst, pgp_dest_t *writedst, pgp_armored_msg_t msgtyp
937937
/* armor header */
938938
dst_write(writedst, hdr, strlen(hdr));
939939
armor_write_eol(param);
940-
/* version string */
940+
941941
strncpy(hdr, "Version: " PACKAGE_STRING, sizeof(hdr));
942942
hdr[sizeof(hdr) - 1] = '\0';
943943
dst_write(writedst, hdr, strlen(hdr));

0 commit comments

Comments
 (0)