Skip to content

Commit

Permalink
rm_error
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Feb 15, 2023
1 parent 7e6e4ad commit 4ad768c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions error/s2n_errno.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ static const char *no_such_error = "Internal s2n error";
ERR_ENTRY(S2N_ERR_OSSL_PROVIDER, "Failed to load or unload an openssl provider") \
ERR_ENTRY(S2N_ERR_CERT_OWNERSHIP, "The ownership of the certificate chain is incompatible with the operation") \
ERR_ENTRY(S2N_ERR_INTERNAL_LIBCRYPTO_ERROR, "An internal error has occurred in the libcrypto API") \
ERR_ENTRY(S2N_ERR_KTLS_SEND_ENABLED, "kTLS send mode is already enabled") \
ERR_ENTRY(S2N_ERR_KTLS_RECV_ENABLED, "kTLS receive mode is already enabled") \
ERR_ENTRY(S2N_ERR_KTLS_SEND_MANAGED_IO, "kTLS send mode cannot be enabled while custom I/O is configured for the connection") \
ERR_ENTRY(S2N_ERR_KTLS_RECV_MANAGED_IO, "kTLS receive cannot be enabled while custom I/O is configured for the connection") \
ERR_ENTRY(S2N_ERR_KTLS_UNSUPPORTED_PLATFORM, "kTLS is unsupported on this platform") \
Expand Down
2 changes: 0 additions & 2 deletions error/s2n_errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ typedef enum {
S2N_ERR_SECRET_SCHEDULE_STATE,
S2N_ERR_CERT_OWNERSHIP,
S2N_ERR_INTERNAL_LIBCRYPTO_ERROR,
S2N_ERR_KTLS_SEND_ENABLED,
S2N_ERR_KTLS_RECV_ENABLED,
S2N_ERR_KTLS_SEND_MANAGED_IO,
S2N_ERR_KTLS_RECV_MANAGED_IO,
S2N_ERR_KTLS_UNSUPPORTED_PLATFORM,
Expand Down

0 comments on commit 4ad768c

Please sign in to comment.