OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________
Server: cvs.openssl.org Name: Richard Levitte
Root: /e/openssl/cvs Email: levitte@xxxxxxxxxxx
Module: openssl Date: 20-May-2003 01:06:10
Branch: HEAD Handle: 2003052000060900
Modified files:
openssl/crypto/store store.h
Log:
Make the function STORE_new_engine() public.
Summary:
Revision Changes Path
1.7 +1 -0 openssl/crypto/store/store.h
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openssl/crypto/store/store.h
============================================================================
$ cvs diff -u -r1.6 -r1.7 store.h
--- openssl/crypto/store/store.h 7 May 2003 21:17:30 -0000 1.6
+++ openssl/crypto/store/store.h 19 May 2003 23:06:09 -0000 1.7
@@ -84,6 +84,7 @@
/* Creators and destructor. */
STORE *STORE_new_method(const STORE_METHOD *method);
+STORE *STORE_new_engine(ENGINE *engine);
void STORE_free(STORE *ui);
@@ .
______________________________________________________________________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List openssl-cvs@xxxxxxxxxxx
Automated List Manager majordomo@xxxxxxxxxxx
|