artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f1f7c
)
remove static version string
author
tedu
<tedu@openbsd.org>
Thu, 15 Jan 2015 23:26:40 +0000
(23:26 +0000)
committer
tedu
<tedu@openbsd.org>
Thu, 15 Jan 2015 23:26:40 +0000
(23:26 +0000)
sys/crypto/ecb_enc.c
patch
|
blob
|
history
diff --git
a/sys/crypto/ecb_enc.c
b/sys/crypto/ecb_enc.c
index
e82c785
..
a68cfdc
100644
(file)
--- a/
sys/crypto/ecb_enc.c
+++ b/
sys/crypto/ecb_enc.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ecb_enc.c,v 1.
4 2013/11/18 18:49:53 brad
Exp $ */
+/* $OpenBSD: ecb_enc.c,v 1.
5 2015/01/15 23:26:40 tedu
Exp $ */
/* lib/des/ecb_enc.c */
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
@@
-50,8
+50,6
@@
#include "des_locl.h"
#include "spr.h"
-const char *DES_version="libdes v 3.21 - 95/11/21 - eay";
-
void
des_ecb_encrypt(des_cblock (*input), des_cblock (*output), des_key_schedule ks,
int encrypt)