Const-qualified eight-byte DES block typedef for read-only key/IV inputs.
Declared in <openssl/des.h>
typedef unsigned char const_DES_cblock[];
With "const", gcc 2.8.1 on Solaris thinks that DES_cblock * and const_DES_cblock * are incompatible pointer types.