Skip to content

Commit

Permalink
chore: remove entropy from MbedTLSCtx
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Aug 2, 2024
1 parent 45cc272 commit 7cf9423
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webrtc/dtls/dtls_connection.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import mbedtls/ssl_cookie
import mbedtls/ssl_cache
import mbedtls/pk
import mbedtls/md
import mbedtls/entropy
import mbedtls/ctr_drbg
import mbedtls/rsa
import mbedtls/x509
Expand All @@ -38,9 +37,7 @@ type
timer: mbedtls_timing_delay_context
pkey: mbedtls_pk_context
srvcert: mbedtls_x509_crt

ctr_drbg: mbedtls_ctr_drbg_context
entropy: mbedtls_entropy_context

DtlsConn* = ref object
# DtlsConn is a Dtls connection receiving and sending data using
Expand Down

0 comments on commit 7cf9423

Please sign in to comment.