diff --git a/include/openssl/bytestring.h b/include/openssl/bytestring.h index 5ae034839..39b7fb2d8 100644 --- a/include/openssl/bytestring.h +++ b/include/openssl/bytestring.h @@ -51,6 +51,7 @@ struct cbs_st { // Defining any constructors requires we explicitly default the others. cbs_st() = default; cbs_st(const cbs_st &) = default; + cbs_st &operator=(const cbs_st &) = default; #endif };