tpm2: Use the define HELPERS_FP_H in Helpers_fp.h

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2020-10-29 16:02:08 -04:00 committed by Stefan Berger
parent 514dc4fa2a
commit 2e2f854dfe

View File

@ -58,8 +58,8 @@
/* */
/********************************************************************************/
#ifndef HELPERS_H
#define HELPERS_H
#ifndef HELPERS_FP_H
#define HELPERS_FP_H
#include "TpmTypes.h"
@ -114,4 +114,4 @@ InitOpenSSLRSAPrivateKey(OBJECT *rsaKey, // IN
#endif // USE_OPENSSL_FUNCTIONS_RSA
#endif /* HELPERS_H */
#endif /* HELPERS_FP_H */