summaryrefslogtreecommitdiff
path: root/openssl/README-DEV
blob: 9d09f98147b2e665c79fe64631883a59a684e158 (plain)
1
2
3
4
5
6
7
8
9
10
This document describes how the openssl program was packaged for build2. In
particular, this understanding will be useful when upgrading to a new upstream
version. See ../README-DEV for general notes on OpenSSL packaging.

Symlink the required upstream files and directories into openssl/:

$ ln -s ../../upstream/{apps,include/internal,e_os.h} openssl

Copy upstream's auto-generated apps/progs.h into openssl/. Note that this
header is not platform-specific.