Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

mapping.h

Blame
    • Martin Stjernholm's avatar
      1abbfb11
      Fixed warnings. · 1abbfb11
      Martin Stjernholm authored
      Rev: src/backend.cmod:1.180
      Rev: src/block_alloc.h:1.82
      Rev: src/builtin.cmod:1.191
      Rev: src/callback.c:1.37
      Rev: src/errors.h:1.33
      Rev: src/mapping.c:1.188
      Rev: src/mapping.h:1.64
      Rev: src/multiset.c:1.101
      Rev: src/object.c:1.270
      Rev: src/pike_embed.c:1.8
      Rev: src/pike_types.c:1.254
      Rev: src/signal_handler.c:1.321
      1abbfb11
      History
      Fixed warnings.
      Martin Stjernholm authored
      Rev: src/backend.cmod:1.180
      Rev: src/block_alloc.h:1.82
      Rev: src/builtin.cmod:1.191
      Rev: src/callback.c:1.37
      Rev: src/errors.h:1.33
      Rev: src/mapping.c:1.188
      Rev: src/mapping.h:1.64
      Rev: src/multiset.c:1.101
      Rev: src/object.c:1.270
      Rev: src/pike_embed.c:1.8
      Rev: src/pike_types.c:1.254
      Rev: src/signal_handler.c:1.321
    md4-meta.c 1.03 KiB
    /* md4-meta.c */
    
    /* nettle, low-level cryptographics library
     *
     * Copyright (C) 2002 Niels Möller
     *  
     * The nettle library is free software; you can redistribute it and/or modify
     * it under the terms of the GNU Lesser General Public License as published by
     * the Free Software Foundation; either version 2.1 of the License, or (at your
     * option) any later version.
     * 
     * The nettle library 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 Lesser General Public
     * License for more details.
     * 
     * You should have received a copy of the GNU Lesser General Public License
     * along with the nettle library; see the file COPYING.LIB.  If not, write to
     * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
     * MA 02111-1307, USA.
     */
    
    #if HAVE_CONFIG_H
    # include "config.h"
    #endif
    
    #include "nettle-meta.h"
    
    #include "md4.h"
    
    const struct nettle_hash nettle_md4
    = _NETTLE_HASH(md4, MD4);