const_DES_cblock

Const-qualified eight-byte DES block typedef for read-only key/IV inputs.

Synopsis

Declared in <openssl/des.h>

typedef unsigned char const_DES_cblock[];

Description

With "const", gcc 2.8.1 on Solaris thinks that DES_cblock * and const_DES_cblock * are incompatible pointer types.