Adjust length of some strncpy() calls
[openssl.git] / test / exptest.c
index 62a2377dfd94bc788a68f222bbaba9f7b41ebc58..2b2d3fd549b10c9336df7bc5af1eb2555b9efa04 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 1995-2017 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
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 
 #include <openssl/bio.h>
 #include <openssl/bn.h>