security/manager/ssl/src/CryptoUtil.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/manager/ssl/src/CryptoUtil.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +#ifndef mozilla_psm__CryptoUtil_h
     1.5 +#define mozilla_psm__CryptoUtil_h
     1.6 +
     1.7 +#include <mozilla/RefPtr.h>
     1.8 +#include "mozilla/Types.h"
     1.9 +
    1.10 +#ifdef MOZILLA_INTERNAL_API
    1.11 +#define MOZ_CRYPTO_API(x) MOZ_EXPORT_API(x)
    1.12 +#else
    1.13 +#define MOZ_CRYPTO_API(x) MOZ_IMPORT_API(x)
    1.14 +#endif
    1.15 +
    1.16 +#endif // mozilla_psm__CryptoUtil_h

mercurial