X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcryptsetup.h;h=784c521b7c50ebde0086169192069b638899971f;hb=ab0f7346bca4a654a0dff747b5322db846a0eeb3;hp=56e17c389e7ad6a8d5a528025371516fcb1e990a;hpb=bb8e0853786f0430cbe28b6c9909b42d251c7bb3;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/src/cryptsetup.h b/src/cryptsetup.h index 56e17c3..784c521 100644 --- a/src/cryptsetup.h +++ b/src/cryptsetup.h @@ -1,12 +1,35 @@ +/* + * cryptsetup - setup cryptographic volumes for dm-crypt + * + * Copyright (C) 2004, Christophe Saout + * Copyright (C) 2004-2007, Clemens Fruhwirth + * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef CRYPTSETUP_H #define CRYPTSETUP_H -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "lib/nls.h" #include "lib/utils_crypt.h" +#include "lib/utils_loop.h" +#include "lib/utils_fips.h" + +#include "libcryptsetup.h" #define DEFAULT_CIPHER(type) (DEFAULT_##type##_CIPHER "-" DEFAULT_##type##_MODE)