10 lines
326 B
C
10 lines
326 B
C
/* version.h */
|
|
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au).
|
|
* All rights reserved.
|
|
* Copyright remains Eric Young's, and as such any Copyright notices in
|
|
* the code are not to be removed.
|
|
* See the COPYRIGHT file in the libdes distribution for more details.
|
|
*/
|
|
|
|
static const char *version="libdes v 3.14 - eay";
|