Fix error handling at openssl_strerror_r
[oweals/openssl.git] / crypto / rand / rand_egd.c
index 5eb3225b1fc5fc035617250c7547cc3b5fb81a5c..da3017df31424801f3631f97faa7cf574a840a24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -38,7 +38,6 @@ int RAND_egd_bytes(const char *path, int bytes)
 
 # else
 
-#  include <openssl/opensslconf.h>
 #  include OPENSSL_UNISTD
 #  include <stddef.h>
 #  include <sys/types.h>