bug 1187994 - remove unused file CryptoUtil.h r=jcj

This probably should have been removed as part of bug 891066.
This commit is contained in:
David Keeler 2015-07-27 09:56:14 -07:00
parent 12c7c8516a
commit cfcc5a4b84

View File

@ -1,13 +0,0 @@
#ifndef mozilla_psm__CryptoUtil_h
#define mozilla_psm__CryptoUtil_h
#include <mozilla/RefPtr.h>
#include "mozilla/Types.h"
#ifdef MOZILLA_INTERNAL_API
#define MOZ_CRYPTO_API(x) MOZ_EXPORT_API(x)
#else
#define MOZ_CRYPTO_API(x) MOZ_IMPORT_API(x)
#endif
#endif // mozilla_psm__CryptoUtil_h