Subject: | Output for SMIME |
In the as_string function an extra \n is appended to the output. This causes the message not to verify after I sign it using OpenSSL
2274a2275,2281
> my $self = shift;
> my $ret = $self->as_string1;
> chomp $ret;
> return $ret;
> }
>
> sub as_string1 {