Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
6d47bab9
Commit
6d47bab9
authored
Dec 30, 1998
by
Niels Möller
Browse files
* lib/desTest.c (now): Disable use of rusage.
Rev: src/symmetric/desTest.c:1.5
parent
9f77bb3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
desTest.c
View file @
6d47bab9
...
...
@@ -19,6 +19,11 @@ char desTest_cRcs[] = "$Id$";
#include
<sys/time.h>
#include
<sys/resource.h>
#include
<unistd.h>
#if 1
/* FIXME: Let autoconf look for getrusage */
#define now(w) 0;
#else
/* false */
/* extern getrusage(); */
static
struct
rusage
usage
;
#define now(w) ( \
...
...
@@ -30,7 +35,8 @@ static struct rusage usage;
#include
<windows.h>
#define now(w) 0
#endif
#endif
/* false */
/* test data
* the tests (key0-3, text0-3) are cribbed from code which is (c) 1988 MIT
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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