diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-07-11 22:06:59 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-07-11 22:06:59 +0000 |
| commit | 3ae2a848aeea53aedf625bdb540ad9a5a4a42551 (patch) | |
| tree | 45dd8d2fd89f4e7cd379e192ec065a9155e999ee /lib/libsecureboot/openpgp | |
| parent | 3f3f7c056fe531e4097a6c3d625b4efd3233555f (diff) | |
Notes
Diffstat (limited to 'lib/libsecureboot/openpgp')
| -rw-r--r-- | lib/libsecureboot/openpgp/opgp_sig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libsecureboot/openpgp/opgp_sig.c b/lib/libsecureboot/openpgp/opgp_sig.c index df4c33e6405d..c16d8974e8a3 100644 --- a/lib/libsecureboot/openpgp/opgp_sig.c +++ b/lib/libsecureboot/openpgp/opgp_sig.c @@ -67,9 +67,7 @@ __FBSDID("$FreeBSD$"); void initialize (void) { -#ifdef _STANDALONE - ve_trust_init(); -#endif + openpgp_trust_init(); } #else |
