Added an explicit yield (OP_SLEEP) to QUIC testing for cooperative threading.
[openssl.git] / providers / implementations / ciphers / cipher_aes.h
index 2fa96582cee7505626ca1e07853ef63ecda0ded6..c62ac5e7eaeb13d97c6717c00a6048e881cb6974 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -44,7 +44,6 @@ typedef struct prov_aes_ctx_st {
                 /* KMO-AES/KMF-AES parameter block - end */
             } param;
             unsigned int fc;
-            int res;
         } s390x;
 #endif /* defined(OPENSSL_CPUID_OBJ) && defined(__s390__) */
     } plat;