test: add import and export key management hooks for the TLS provider.
[openssl.git] / test / afalgtest.c
index adb2977f3028e63e44f239efb6e96d118a95411f..6e6bbd5530ce0097fe3df9a57382495058d1e813 100644 (file)
@@ -1,12 +1,15 @@
 /*
- * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2020 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
  */
 
+/* We need to use some engine deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include <stdio.h>
 #include <openssl/opensslconf.h>