CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/23 06:42:16
Modified files:
lib/libssl/src/crypto/asn1: d2i_pu.c
Log message:
Casting from a const unsigned char ** to a const unsigned char ** seems...
unnecessary. Remove the temporary ugly casts - the comments even call them
that!
ok guenther@
