Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BLANCHET Bruno
CryptoVerif
Commits
aa9f17b1
Commit
aa9f17b1
authored
Apr 02, 2019
by
BLANCHET Bruno
Browse files
fixed bug when xtime is absent
parent
7b661ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/wireguard/runWG.25519
View file @
aa9f17b1
...
...
@@ -12,10 +12,15 @@ libraryfile=wireguard
CRYPTOVERIFDIR
=
../..
# Please update the next
two
lines to correspond to the location
# Please update the next lines to correspond to the location
# of a timing program and of CryptoVerif on your computer.
TIME
=
$CRYPTOVERIFDIR
/xtime
if
[
-x
$CRYPTOVERIFDIR
/xtime
]
then
TIME
=
$CRYPTOVERIFDIR
/xtime
else
TIME
=
fi
CV
=
"
$CRYPTOVERIFDIR
/cryptoverif -lib wireguard"
# Build wireguard.cvl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment