fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.h
[openssl.git] / crypto / sparc_arch.h
index 5bcdd9fc719c54a09f2304fcc8612de1cd9451a3..f57f0e145b118ab66c8f6363eb598b42b12ae63b 100644 (file)
@@ -1,5 +1,14 @@
-#ifndef __SPARC_ARCH_H__
-# define __SPARC_ARCH_H__
+/*
+ * Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * 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
+ */
+
+#ifndef OSSL_CRYPTO_SPARC_ARCH_H
+# define OSSL_CRYPTO_SPARC_ARCH_H
 
 # define SPARCV9_TICK_PRIVILEGED (1<<0)
 # define SPARCV9_PREFER_FPU      (1<<1)
         mov     tmp, %o7;
 # endif
 
-#endif                          /* __SPARC_ARCH_H__ */
+#endif                          /* OSSL_CRYPTO_SPARC_ARCH_H */