[Bug 692589] Re: Bug in libssl-dev package, pem.h
Nick Rosbrook
692589 at bugs.launchpad.net
Thu May 11 20:33:56 UTC 2023
** Changed in: openssl (Ubuntu)
Status: New => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/692589
Title:
Bug in libssl-dev package, pem.h
Status in openssl package in Ubuntu:
Won't Fix
Bug description:
Binary package hint: openssl
Error when tring to compile that code:
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/pem.h>
SSL *p_ssl
BIO *p_mem_bio;
SSL_SESSION *p_session;
PEM_write_bio_SSL_SESSION(p_mem_bio, p_session);
We have complie error
error: invalid conversion from ‘void*’ to ‘char*’
error: initializing argument 4 of ‘int PEM_ASN1_write_bio(int (*)(void*, unsigned char**), const char*, BIO*, char*, const EVP_CIPHER*, unsigned char*, int, int (*)(char*, int, int, void*), void*)’
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/692589/+subscriptions
More information about the foundations-bugs
mailing list