~ubuntu-branches/ubuntu/lucid/openssl/lucid-proposed

« back to all changes in this revision

Viewing changes to crypto/sha/sha1_one.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-06-13 18:15:46 UTC
  • mto: (11.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090613181546-vbfntai3b009dl1u
Tags: upstream-0.9.8k
ImportĀ upstreamĀ versionĀ 0.9.8k

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#include <openssl/sha.h>
62
62
#include <openssl/crypto.h>
63
63
 
64
 
#ifndef OPENSSL_NO_SHA1
 
64
#if !defined(OPENSSL_NO_SHA1)
65
65
unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
66
66
        {
67
67
        SHA_CTX c;