diff options
| author | inoguchi <> | 2020-09-12 02:45:05 +0000 |
|---|---|---|
| committer | inoguchi <> | 2020-09-12 02:45:05 +0000 |
| commit | 981f4cb58b5749e154ba2eddeda43bfcb741447c (patch) | |
| tree | d42d93206a39700b4dc7ca969eef43805efffa86 /src | |
| parent | 66b3b0fa0e26b882333bdd906d8811b1f4094144 (diff) | |
| download | openbsd-981f4cb58b5749e154ba2eddeda43bfcb741447c.tar.gz openbsd-981f4cb58b5749e154ba2eddeda43bfcb741447c.tar.bz2 openbsd-981f4cb58b5749e154ba2eddeda43bfcb741447c.zip | |
Include machine/endian.h in gost2814789.c
To pick up __STRICT_ALIGNMENT define, include machine/endian.h.
No kidding... deraadt@
ok bcook@ jsing@
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/gost/gost2814789.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/gost/gost2814789.c b/src/lib/libcrypto/gost/gost2814789.c index e285413ed4..f1066f2467 100644 --- a/src/lib/libcrypto/gost/gost2814789.c +++ b/src/lib/libcrypto/gost/gost2814789.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gost2814789.c,v 1.5 2015/09/10 15:56:25 jsing Exp $ */ | 1 | /* $OpenBSD: gost2814789.c,v 1.6 2020/09/12 02:45:05 inoguchi Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
| @@ -49,6 +49,8 @@ | |||
| 49 | * ==================================================================== | 49 | * ==================================================================== |
| 50 | */ | 50 | */ |
| 51 | 51 | ||
| 52 | #include <machine/endian.h> | ||
| 53 | |||
| 52 | #include <string.h> | 54 | #include <string.h> |
| 53 | 55 | ||
| 54 | #include <openssl/opensslconf.h> | 56 | #include <openssl/opensslconf.h> |
