crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
[openssl.git] / crypto / pkcs12 / p12_lcl.h
index 89308751538b33221df2698be3e3e90b0aeb1b17..acaa27b193fa6ea19881ae64a53088fc4aba80da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 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
@@ -41,4 +41,3 @@ struct pkcs12_bag_st {
         ASN1_TYPE *other;       /* Secret or other bag */
     } value;
 };
-