diff --git a/src/tls/entropy.h b/src/tls/entropy.h index 8e7c648221..14c9579254 100644 --- a/src/tls/entropy.h +++ b/src/tls/entropy.h @@ -61,7 +61,7 @@ namespace tls void* get_data() override { - return &entropy; + return this; } };