Skip to content

Commit eeef748

Browse files
committed
Fix CI failure
1 parent 827c5ce commit eeef748

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/internal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,9 +1971,11 @@ int WP11_Object_Copy(WP11_Object *src, WP11_Object *dest)
19711971
if (src->objClass == CKO_CERTIFICATE) {
19721972
return BAD_FUNC_ARG;
19731973
}
1974+
#ifdef WOLFPKCS11_NSS
19741975
else if (src->objClass == CKO_NSS_TRUST) {
19751976
return BAD_FUNC_ARG;
19761977
}
1978+
#endif
19771979
else {
19781980
switch (src->type) {
19791981
#ifndef NO_RSA

0 commit comments

Comments
 (0)