diff options
author | Werner Koch <[email protected]> | 1998-04-07 18:16:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-07 18:16:10 +0000 |
commit | 86f261dbc50544d73e4b9ae71fcbc2c6df5b9612 (patch) | |
tree | d3ba75484a73e1fe891f7ff862ab1f3722cb126c /g10/comment.c | |
parent | cast5 does now work (diff) | |
download | gnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.tar.gz gnupg-86f261dbc50544d73e4b9ae71fcbc2c6df5b9612.zip |
cipher reorganisiert
Diffstat (limited to '')
-rw-r--r-- | g10/comment.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/comment.c b/g10/comment.c index 77b9a7ece..fef831cc7 100644 --- a/g10/comment.c +++ b/g10/comment.c @@ -79,9 +79,6 @@ make_mpi_comment_node( const char *s, MPI a ) nb1 = mpi_get_nbits( a ); p = buf = mpi_get_buffer( a, &n1, NULL ); - for( ; !*p && n1; p++, n1-- ) /* skip leading null bytes */ - ; - pkt = m_alloc_clear( sizeof *pkt ); pkt->pkttype = PKT_COMMENT; pkt->pkt.comment = m_alloc( sizeof *pkt->pkt.comment + n + 2 + n1 ); |