]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/common/include/internal/ciphers/cipher_aead.h
Change provider params from int to size_t
[thirdparty/openssl.git] / providers / common / include / internal / ciphers / cipher_aead.h
index a2fe87e9674a5cba565172e11ae76f548e27c9f2..1ddba1c325972e21c0fb16e695172e4ac2225884 100644 (file)
@@ -7,6 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
+#define UNINITIALISED_SIZET ((size_t)-1)
+
 /* TODO(3.0) Figure out what flags are really needed */
 #define AEAD_FLAGS (EVP_CIPH_FLAG_AEAD_CIPHER | EVP_CIPH_FLAG_DEFAULT_ASN1     \
                        | EVP_CIPH_CUSTOM_IV | EVP_CIPH_FLAG_CUSTOM_CIPHER      \