** Changed in: openssl (Ubuntu)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to