]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/simpledynamic.c
Fix various typos, repeated words, align some spelling to LDP.
[thirdparty/openssl.git] / test / simpledynamic.c
index 390836891fcee158b4def430edda95b45bf37caf..2cced8c861408df65f5e77c330630a06de1f44b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
  *
  * 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
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include <string.h>
 #include <stdlib.h>              /* For NULL */
 #include <openssl/macros.h>      /* For NON_EMPTY_TRANSLATION_UNIT */
 #include <openssl/e_os2.h>