mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-18 06:16:30 +08:00
9 lines
140 B
C
9 lines
140 B
C
/*
|
|
* Copyright (C) 2017 Nagravision S.A.
|
|
*/
|
|
#pragma once
|
|
|
|
#include "hash.h"
|
|
|
|
void ltree (struct hash *buf, int count, struct hash *root);
|