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
Dmitry Baryshkov
nettle
Commits
b7ec7388
Commit
b7ec7388
authored
Mar 23, 2011
by
Niels Möller
Browse files
(xalloc): Deleted function, now it's in misc.c instead.
Rev: nettle/tools/sexp-conv.c:1.6
parent
9579451e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/sexp-conv.c
View file @
b7ec7388
...
...
@@ -54,19 +54,6 @@
#define BUG_ADDRESS "nettle-bugs@lists.lysator.liu.se"
static
void
*
xalloc
(
size_t
size
)
{
void
*
p
=
malloc
(
size
);
if
(
!
p
)
{
fprintf
(
stderr
,
"Virtual memory exhausted.
\n
"
);
abort
();
}
return
p
;
}
/* Conversion functions. */
...
...
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