mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-09 22:36:18 +00:00
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:
parent
514dc4fa2a
commit
2e2f854dfe
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user