Make parameters of CTLOG_get* const
[oweals/openssl.git] / include / openssl / rc2.h
index 0a433e9eacda3a9747764cc35cae327f9b9594d2..0bf6ae31ec44ff6d265a8579138002e85bdde180 100644 (file)
 #ifndef HEADER_RC2_H
 # define HEADER_RC2_H
 
-# include <openssl/opensslconf.h>/* OPENSSL_NO_RC2, RC2_INT */
+# include <openssl/opensslconf.h>
 # ifdef OPENSSL_NO_RC2
 #  error RC2 is disabled.
 # endif
 
+typedef unsigned int RC2_INT;
+
 # define RC2_ENCRYPT     1
 # define RC2_DECRYPT     0