Define a STORE type. For documentation, read the entry in CHANGES,
authorRichard Levitte <levitte@openssl.org>
Thu, 1 May 2003 03:53:12 +0000 (03:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 May 2003 03:53:12 +0000 (03:53 +0000)
commita5db6fa5760f21d16d59e025e930c02456e00fef
tree66a42dd4562e482cd21706a7157e584d3e8e723d
parent9236b5b01351315532a36764f1d844d6b2d744c9
Define a STORE type.  For documentation, read the entry in CHANGES,
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
16 files changed:
CHANGES
Makefile.org
crypto/Makefile.ssl
crypto/crypto-lib.com
crypto/err/err.h
crypto/err/openssl.ec
crypto/store/.cvsignore [new file with mode: 0644]
crypto/store/Makefile.ssl [new file with mode: 0644]
crypto/store/README [new file with mode: 0644]
crypto/store/store.h [new file with mode: 0644]
crypto/store/str_err.c [new file with mode: 0644]
crypto/store/str_lib.c [new file with mode: 0644]
crypto/store/str_locl.h [new file with mode: 0644]
crypto/store/str_mem.c [new file with mode: 0644]
crypto/store/str_meth.c [new file with mode: 0644]
util/mkdef.pl