projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c802d28
)
Cleanup unused variable warning during make check
author
Ezra Peisach
<epeisach@mit.edu>
Sun, 15 Oct 2006 13:35:26 +0000
(13:35 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Sun, 15 Oct 2006 13:35:26 +0000
(13:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18713
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/t_prf.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/t_prf.c
b/src/lib/crypto/t_prf.c
index f11784b3d115e00de29b0b76e0a9e28eb9f9d3e1..e6d98cb38cfcc4070d2f7383b79a0400aee1d593 100644
(file)
--- a/
src/lib/crypto/t_prf.c
+++ b/
src/lib/crypto/t_prf.c
@@
-36,7
+36,6
@@
#include <assert.h>
int main () {
- krb5_error_code ret;
krb5_data input, output;
krb5_keyblock *key = NULL;
unsigned int in_length;