This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3d38df43bd
gambas-source-code
/
gb.openssl
/
Makefile.am
4 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
[CONFIGURATION] * NEW: Add gb.crypt.openssl component. [GB.CRYPT.OPENSSL] * NEW: New component to wrap cryptographic functions of libcrypto from the OpenSSL project. * NEW: Cipher and Digest classes can be used through their _get() methods to access all the cipher and message digest algorithms that libcrypto knows. * NEW: HMac class is separate because it cannot be found using the above method. git-svn-id: svn://localhost/gambas/trunk@5667 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-05-20 23:29:48 +02:00
ACLOCAL_AMFLAGS = -I m4 --install
[CONFIGURATION] * NEW: Rename gb.crypt.openssl to gb.openssl. git-svn-id: svn://localhost/gambas/trunk@5668 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-05-21 00:26:15 +02:00
SUBDIRS = @OPENSSL_DIR@
[CONFIGURATION] * NEW: Add gb.crypt.openssl component. [GB.CRYPT.OPENSSL] * NEW: New component to wrap cryptographic functions of libcrypto from the OpenSSL project. * NEW: Cipher and Digest classes can be used through their _get() methods to access all the cipher and message digest algorithms that libcrypto knows. * NEW: HMac class is separate because it cannot be found using the above method. git-svn-id: svn://localhost/gambas/trunk@5667 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-05-20 23:29:48 +02:00
EXTRA_DIST = reconf spec gambas.h gb*.h
Reference in a new issue
Copy permalink