Move ec.h to ec2.h because it is not compatible with what we will use.
authorBodo Möller <bodo@openssl.org>
Mon, 5 Mar 2001 20:13:37 +0000 (20:13 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 5 Mar 2001 20:13:37 +0000 (20:13 +0000)
commit65e8167079b9d7d3195436a78d6520ff47cf6780
treebef2ae8cde8fa213410048a1fa7a4b4c4012c61b
parent757a8b46217d4df6ffbdd3a0607094edd1eefb87
Move ec.h to ec2.h because it is not compatible with what we will use.

Add EC vaporware: change relevant Makefiles and add some empty source
files.

"make update".
20 files changed:
Makefile.org
apps/Makefile.ssl
crypto/Makefile.ssl
crypto/ec/.cvsignore [new file with mode: 0644]
crypto/ec/Makefile.ssl [new file with mode: 0644]
crypto/ec/ec.c
crypto/ec/ec.h
crypto/ec/ec2.h [new file with mode: 0644]
crypto/ec/ec_cvt.c [new file with mode: 0644]
crypto/ec/ec_err.c [new file with mode: 0644]
crypto/ec/ec_lcl.h [new file with mode: 0644]
crypto/ec/ec_lib.c [new file with mode: 0644]
crypto/ec/ec_mult.c [new file with mode: 0644]
crypto/ec/ec_point.c
crypto/err/err.c
crypto/err/err.h
crypto/err/openssl.ec
crypto/rand/rand.h
ssl/ssl.h
ssl/ssl_err.c