]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_des3.c
Structure alignment macro.
[thirdparty/openssl.git] / crypto / evp / e_des3.c
index aeaae5f9d4caabec9a5bf4e79d68d0eb38ff3325..6177659a8337d189843418375a1d2a14636fb5e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2019 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
@@ -19,7 +19,7 @@
 
 typedef struct {
     union {
-        double align;
+        OSSL_UNION_ALIGN;
         DES_key_schedule ks[3];
     } ks;
     union {