Browse Source

Enable the build of GOST routines in libcrypto. Riding upon the Cammelia

libcrypto minor bump.
OPENBSD_5_7
miod 9 years ago
parent
commit
273ab4ce62
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/lib/libcrypto/crypto/Makefile

+ 6
- 6
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2014/11/17 20:31:20 miod Exp $
# $OpenBSD: Makefile,v 1.49 2014/11/18 05:31:47 miod Exp $
LIB= crypto
@ -154,13 +154,13 @@ SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c
SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c
SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c
SRCS+= e_chacha.c evp_aead.c e_chacha20poly1305.c
#SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c
SRCS+= e_gost2814789.c m_gost2814789.c m_gostr341194.c m_streebog.c
# gost/
#SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c
#SRCS+= gost89imit_pmeth.c gost_asn1.c gost_err.c gostr341001.c
#SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c
#SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c
SRCS+= gost2814789.c gost89_keywrap.c gost89_params.c gost89imit_ameth.c
SRCS+= gost89imit_pmeth.c gost_asn1.c gost_err.c gostr341001.c
SRCS+= gostr341001_ameth.c gostr341001_key.c gostr341001_params.c
SRCS+= gostr341001_pmeth.c gostr341194.c streebog.c
# hmac/
SRCS+= hmac.c hm_ameth.c hm_pmeth.c


Loading…
Cancel
Save