Browse Source

Merge ech_ossl.c into ech_key.c - not much point having one file with a

four line function and a tonne of license text.
ok beck@
OPENBSD_5_9
jsing 8 years ago
parent
commit
66db3f0bbc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.61 2015/09/13 12:13:02 jsing Exp $
# $OpenBSD: Makefile,v 1.62 2015/09/13 12:27:14 jsing Exp $
LIB= crypto
@ -122,7 +122,7 @@ SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c
SRCS+= ecp_oct.c ec2_oct.c ec_oct.c
# ecdh/
SRCS+= ech_lib.c ech_ossl.c ech_key.c ech_err.c
SRCS+= ech_lib.c ech_key.c ech_err.c
# ecdsa/
SRCS+= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c


Loading…
Cancel
Save