]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/srtp.h
Fix header file include guard names
[thirdparty/openssl.git] / include / openssl / srtp.h
index 0b57c2356c9ea779d5415e82c58542885e240f62..fbc64879015d901a59381435a39e80caef3dd718 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2011-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
@@ -13,8 +13,8 @@
  * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc.
  */
 
-#ifndef HEADER_D1_SRTP_H
-# define HEADER_D1_SRTP_H
+#ifndef OPENSSL_SRTP_H
+# define OPENSSL_SRTP_H
 
 # include <openssl/ssl.h>