Mikhail Blinov wrote:
>
> Hi
>
> I tried to play with PKCS7 encryption - decryption (enveloped-data content
> type).
> I notices that
> 1) neither crypto/pkcs7/enc.c nor crypto/pkcs7/dec.c can be compiled
> because "PEM_read_bio_*" functions now have an extra "char **u"
> parameter
>
Hi
I tried to play with PKCS7 encryption - decryption (enveloped-data content
type).
I notices that
1) neither crypto/pkcs7/enc.c nor crypto/pkcs7/dec.c can be compiled
because "PEM_read_bio_*" functions now have an extra "char **u"
parameter
2) after adding an extra ",NULL" to the fu