ARM assembly pack: make it Windows-friendly.
[openssl.git] / crypto / ec / ecdsa_sign.c
index 84a56a36d2f11d8a4574ca3d79ab2807c039e60a..01b3a6fb6bc7b06bae9ecb2d0babf7044ef2fcb2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2015-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
@@ -9,8 +9,6 @@
 
 #include <openssl/ec.h>
 #include "ec_lcl.h"
-#include <openssl/engine.h>
-#include <openssl/rand.h>
 #include <openssl/err.h>
 
 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)