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:
307 bytes
|
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=../.. ./rsa_encrypt
|
---|
6 |
|
---|
7 | PROGRAMS{noinst} = rsa_encrypt
|
---|
8 |
|
---|
9 | INCLUDE[rsa_encrypt]=../../include
|
---|
10 | SOURCE[rsa_encrypt]=rsa_encrypt.c
|
---|
11 | DEPEND[rsa_encrypt]=../../libcrypto
|
---|
Note:
See
TracBrowser
for help on using the repository browser.