Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: openssl/ssl/fnv1a64.h

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/ssl/dtls1.h ('k') | openssl/ssl/fnv1a64.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/ssl/fnv1a64.h
===================================================================
--- openssl/ssl/fnv1a64.h (revision 105093)
+++ openssl/ssl/fnv1a64.h (working copy)
@@ -1,18 +0,0 @@
-/* ssl/fnv1a64.h */
-
-/* Open sourcing FIXME: include correct copyright header here. */
-
-/* Fowler-Noll-Vo (FNV) hash: http://isthe.com/chongo/tech/comp/fnv/ */
-
-#ifndef HEADER_FNV1A64_H
-#define HEADER_FNV1A64_H
-
-#include <stdint.h>
-
-typedef uint64_t FNV1A64;
-
-void fnv1a64_init(FNV1A64* ctx);
-void fnv1a64_update(FNV1A64* ctx, const void* data, unsigned int length);
-void fnv1a64_final(unsigned char out[8], const FNV1A64 *ctx);
-
-#endif // HEADER_FNV1A64_H
« no previous file with comments | « openssl/ssl/dtls1.h ('k') | openssl/ssl/fnv1a64.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698