mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
369 B

  1. --- ./source/cert.cxx.vanilla 2005-07-19 10:41:52.000000000 +0200
  2. +++ ./source/cert.cxx 2005-07-19 10:42:58.000000000 +0200
  3. @@ -100,7 +100,7 @@
  4. throw new certificate_exception_init(
  5. "Could not create the certificate" );
  6. - d2i_X509( &cert, &der_cert, length );
  7. + d2i_X509( &cert, (const unsigned char**)&der_cert, length );
  8. }
  9. certificate::~certificate(){