Add SSL_get0_verified_chain() to return verified chain of peer
[oweals/openssl.git] / include / openssl / rc2.h
index cf616513e683cdf64b42fa8bec492b81a02ccff7..0bf6ae31ec44ff6d265a8579138002e85bdde180 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 #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