You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following build error when running "docker build -f ossl3.Dockerfile -t libteep_ossl3 ." and "docker build -f ossl.Dockerfile -t libteep_ossl ."
src/teep_cose.c:533:16: error: 'SUIT_ERR_NOT_IMPLEMENTED' undeclared (first use in this function); did you mean 'TEEP_ERR_NOT_IMPLEMENTED'?
533 | return SUIT_ERR_NOT_IMPLEMENTED;
| ^~~~~~~~~~~~~~~~~~~~~~~~
| TEEP_ERR_NOT_IMPLEMENTED
The text was updated successfully, but these errors were encountered:
Got the following build error when running "docker build -f ossl3.Dockerfile -t libteep_ossl3 ." and "docker build -f ossl.Dockerfile -t libteep_ossl ."
src/teep_cose.c:533:16: error: 'SUIT_ERR_NOT_IMPLEMENTED' undeclared (first use in this function); did you mean 'TEEP_ERR_NOT_IMPLEMENTED'?
533 | return SUIT_ERR_NOT_IMPLEMENTED;
| ^~~~~~~~~~~~~~~~~~~~~~~~
| TEEP_ERR_NOT_IMPLEMENTED
The text was updated successfully, but these errors were encountered: