aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/holders/ut/hmac_ut.cpp
blob: d241bfbe1f63754bb48ce21740186beac7622ecf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "hmac.h" 
 
#include <library/cpp/testing/unittest/registar.h>
 
Y_UNIT_TEST_SUITE(Hmac) { 
    Y_UNIT_TEST(Ctx) { 
        NOpenSSL::THmacCtx ctx; 
        UNIT_ASSERT(ctx); 
    } 
}