Last change
on this file was 109052, checked in by vboxsync, 3 weeks ago |
openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. bugref:10890
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | #
|
---|
2 | # To run the demos when linked with a shared library (default) ensure
|
---|
3 | # that libcrypto is on the library path. For example:
|
---|
4 | #
|
---|
5 | # LD_LIBRARY_PATH=../.. ./EVP_EC_Signature_demo
|
---|
6 |
|
---|
7 | PROGRAMS{noinst} = EVP_EC_Signature_demo \
|
---|
8 | EVP_DSA_Signature_demo \
|
---|
9 | EVP_ED_Signature_demo \
|
---|
10 | rsa_pss_direct \
|
---|
11 | rsa_pss_hash
|
---|
12 |
|
---|
13 | INCLUDE[EVP_EC_Signature_demo]=../../include
|
---|
14 | SOURCE[EVP_EC_Signature_demo]=EVP_EC_Signature_demo.c
|
---|
15 | DEPEND[EVP_EC_Signature_demo]=../../libcrypto
|
---|
16 |
|
---|
17 | INCLUDE[EVP_DSA_Signature_demo]=../../include
|
---|
18 | SOURCE[EVP_DSA_Signature_demo]=EVP_DSA_Signature_demo.c
|
---|
19 | DEPEND[EVP_DSA_Signature_demo]=../../libcrypto
|
---|
20 |
|
---|
21 | INCLUDE[EVP_ED_Signature_demo]=../../include
|
---|
22 | SOURCE[EVP_ED_Signature_demo]=EVP_ED_Signature_demo.c
|
---|
23 | DEPEND[EVP_ED_Signature_demo]=../../libcrypto
|
---|
24 |
|
---|
25 | INCLUDE[rsa_pss_direct]=../../include
|
---|
26 | SOURCE[rsa_pss_direct]=rsa_pss_direct.c
|
---|
27 | DEPEND[rsa_pss_direct]=../../libcrypto
|
---|
28 |
|
---|
29 | INCLUDE[rsa_pss_hash]=../../include
|
---|
30 | SOURCE[rsa_pss_hash]=rsa_pss_hash.c
|
---|
31 | DEPEND[rsa_pss_hash]=../../libcrypto
|
---|
Note:
See
TracBrowser
for help on using the repository browser.