Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
[openssl.git] / test / cipherbytes_test.c
index 13d6b23aaac89b4b397165b73c22d0f5dbab99ab..370d033a4da75636f7abdacc63d7695cccc80805 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
  *
- * Licensed under the OpenSSL licenses, (the "License");
+ * Licensed under the Apache License 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  * https://www.openssl.org/source/license.html
@@ -18,7 +18,7 @@
 #include <openssl/ssl3.h>
 #include <openssl/tls1.h>
 
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 #include "testutil.h"
 
 static SSL_CTX *ctx;