diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-31 16:01:26 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-08-16 22:52:47 +0100 |
commit | 9f12b8d3a30fc9137d6707dcc513de30022ffe3e (patch) | |
tree | 3071a80c9d69298746ed74afc32823a72feeec4a /compile.bat | |
parent | 3380c56176a050cdf13b7a4b2ee8b0ba8c63b62b (diff) |
Import Monocypher 3.1.3 + monocypher-rng module
This is for somewhat later. I'd always planned to use it - it existed
already in earlier private repos, in fact. I just didn't bother to
import it here in case it wouldn't actually be needed, but with the way
current plans are going, it's definitely going to be needed, so here it
is.
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.bat b/compile.bat index d5a24b5..8005b24 100644 --- a/compile.bat +++ b/compile.bat @@ -51,6 +51,7 @@ for /f "tokens=2" %%f in ('findstr /B /C:":+ " "%~nx0"') do set src=!src! src/%% setlocal DisableDelayedExpansion
:+ ac.c
:+ bind.c
+:+ crypto.c
:+ alias.c
:+ autojump.c
:+ con_.c
|