From: tedu Date: Thu, 15 Jan 2015 23:26:40 +0000 (+0000) Subject: remove static version string X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e5a1c8607a02a3bc4c763326aa062d5e99f40d3a;p=openbsd remove static version string --- diff --git a/sys/crypto/ecb_enc.c b/sys/crypto/ecb_enc.c index e82c7854f40..a68cfdc8ea3 100644 --- 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)