This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
0
You've already forked gambas-source-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gambas-source-code
/
gb.openssl
/
Makefile.am
4 lines
98 B
Makefile
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 21:29:48 +00: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-20 22:26:15 +00: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 21:29:48 +00:00
EXTRA_DIST
=
reconf spec gambas.h gb*.h
Reference in New Issue
Copy Permalink