mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-17 05:46:26 +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);
|