/* * Copyright (c) 2005 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * * $Id: sha.h,v 1.2 2005/04/30 16:02:39 ca Exp $ */ #ifndef SM_SHA_H #define SM_SHA_H 1 #include "sm/generic.h" #if HAVE_OPENSSL_SHA_H && HAVE_SHA1 # include #endif #endif /* ! SM_SHA_H */