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
Copy file name to clipboardexpand all lines: Makefile
+1-5
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,6 @@ include s2n.mk
47
47
48
48
.PHONY : libs
49
49
libs:
50
-
$(MAKE) -C pq-crypto
51
50
$(MAKE) -C utils
52
51
$(MAKE) -C error
53
52
$(MAKE) -C stuffer
@@ -101,12 +100,11 @@ run-lcov:
101
100
$(MAKE) -C bin lcov
102
101
$(MAKE) -C crypto lcov
103
102
$(MAKE) -C error lcov
104
-
$(MAKE) -C pq-crypto run-lcov
105
103
$(MAKE) -C stuffer lcov
106
104
$(MAKE) -C tests lcov
107
105
$(MAKE) -C tls run-lcov
108
106
$(MAKE) -C utils lcov
109
-
lcov -a crypto/coverage.info -a error/coverage.info -a pq-crypto/coverage.info -a pq-crypto/kyber_r3/coverage.info -a stuffer/coverage.info -a tls/coverage.info -a $(wildcard tls/*/coverage.info) -a utils/coverage.info --output ${COVERAGE_DIR}/all_coverage.info
107
+
lcov -a crypto/coverage.info -a error/coverage.info -a stuffer/coverage.info -a tls/coverage.info -a $(wildcard tls/*/coverage.info) -a utils/coverage.info --output ${COVERAGE_DIR}/all_coverage.info
ERR_ENTRY(S2N_ERR_INVALID_STATE, "Invalid state, this is the result of invalid use of an API. Check the API documentation for the function that raised this error for more info") \
264
264
ERR_ENTRY(S2N_ERR_UNSUPPORTED_WITH_QUIC, "Functionality not supported when running with QUIC support enabled") \
265
265
ERR_ENTRY(S2N_ERR_PQ_CRYPTO, "An error occurred in a post-quantum crypto function") \
266
-
ERR_ENTRY(S2N_ERR_PQ_DISABLED, "Post-quantum crypto is disabled") \
267
266
ERR_ENTRY(S2N_ERR_DUPLICATE_PSK_IDENTITIES, "The list of pre-shared keys provided contains duplicate psk identities") \
268
267
ERR_ENTRY(S2N_ERR_OFFERED_PSKS_TOO_LONG, "The total pre-shared key data is too long to send over the wire") \
269
268
ERR_ENTRY(S2N_ERR_INVALID_SESSION_TICKET, "Session ticket data is not valid") \
0 commit comments