Remove #error from include files.
[openssl.git] / crypto / include / internal / chacha.h
index 98787d35b84482588c1c1808d6aa33fb4e25b565..dacbdf59dc651d8463201a0a5e2e891cd7c8b302 100644 (file)
 extern "C" {
 #endif
 
-# ifdef OPENSSL_NO_CHACHA
-#  error CHACHA is disabled.
-# endif
-
 /*
  * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
  * nonce and writes the result to |out|, which may be equal to |inp|.