Move MD5-SHA1 digest completely to the default provider
[openssl.git] / crypto / cast / c_ofb64.c
index dffb074762c2b9f594ba238a72ab3b54a7670213..bc598d4d1b6d59953030cf7199b4bc0527b20249 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
  *
- * Licensed under the OpenSSL license (the "License").  You may not use
+ * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
  */
 
 #include <openssl/cast.h>
-#include "cast_lcl.h"
+#include "cast_local.h"
 
 /*
  * The input and output encrypted as though 64bit ofb mode is being used.