X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fdigest.h;h=6b9b97f7c25053b436b543e7907b7ec67bd07724;hb=761517c21c37a808a19b487aa116c3c19439feca;hp=4e3a0c43498c176b8067a065d7710fd20edc08fa;hpb=86358fabfedca395b60310799a648b4875596efb;p=tinc diff --git a/src/gcrypt/digest.h b/src/gcrypt/digest.h index 4e3a0c43..6b9b97f7 100644 --- a/src/gcrypt/digest.h +++ b/src/gcrypt/digest.h @@ -12,11 +12,9 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + 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 __TINC_DIGEST_H__ @@ -24,6 +22,8 @@ #include +#define DIGEST_MAX_SIZE 64 + typedef struct digest { int algo; int nid;