X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Farm_arch.h;h=8b7105571d78a4b6e62bf4ca84d8f706074b5ce5;hb=f245be91a7bb4ccfdff630f92390e7ae72c6ca98;hp=395ada61a487dad7b2d3168eaddc270aeffb494f;hpb=77f3612e2bd930b27dcab63fdcca1d7091cb948d;p=oweals%2Fopenssl.git diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index 395ada61a4..8b7105571d 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -1,5 +1,5 @@ /* - * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2011-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 @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ -#ifndef __ARM_ARCH_H__ -# define __ARM_ARCH_H__ +#ifndef OSSL_CRYPTO_ARM_ARCH_H +# define OSSL_CRYPTO_ARM_ARCH_H # if !defined(__ARM_ARCH__) # if defined(__CC_ARM) @@ -69,7 +69,7 @@ # endif # endif -# if !__ASSEMBLER__ +# ifndef __ASSEMBLER__ extern unsigned int OPENSSL_armcap_P; # endif