]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/rand_drbg.h
Fix header file include guard names
[thirdparty/openssl.git] / include / openssl / rand_drbg.h
index 984c40df91e5531b79dcd59d50138adebff82132..b557670b8a5ab3c03cd46c062ced1163267c918d 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef HEADER_DRBG_RAND_H
-# define HEADER_DRBG_RAND_H
+#ifndef OPENSSL_RAND_DRBG_H
+# define OPENSSL_RAND_DRBG_H
 
 # include <time.h>
 # include <openssl/types.h>