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

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